aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlanfer <lanfer@1d96b42b-98df-4a6a-9d84-1b24288d4588>1999-09-15 11:03:34 +0000
committerlanfer <lanfer@1d96b42b-98df-4a6a-9d84-1b24288d4588>1999-09-15 11:03:34 +0000
commit20a12762a605dd0e6284510d7c30f92034cb5bae (patch)
tree0a6145737b4f588ccd102098c50b42ee03382c37
parent614c116c48d4bdf6fc0e0bc2bcc19f0b8e9b7562 (diff)
misc
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@12 1d96b42b-98df-4a6a-9d84-1b24288d4588
-rw-r--r--schedule.ccl2
-rw-r--r--src/make.code.defn2
2 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f561e3c..1394a18 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,7 +5,7 @@ STORAGE: petscworkspace
COMMUNICATION: petscworkspace
-schedule EllPETSc_Register at CCTK_INITIAL
+schedule EllPETSc_Register at CCTK_BASEGRID
{
LANG:C
} "Register the PETSc solvers"
diff --git a/src/make.code.defn b/src/make.code.defn
index 1d4e1ee..121c70c 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,7 +2,7 @@
# $Header$
# Source files in this directory
-SRCS = Startup.c petsc_wrapper.c petsc_confmetric_solver.c
+SRCS = Startup.c petsc_wrapper.c petsc_confmetric_solver.c petsc_flat_solver.c
# Subdirectories containing source files
SUBDIRS =