aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 =