aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-10 05:17:56 +0000
committerallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-10 05:17:56 +0000
commit3f92096145e07e90aaf765da402ad41ce335b9f7 (patch)
treea927b188dc5b83db4ad3cf84eef4cfa96d5f311a
parent808a8b886a5484d9d82584d0c6a042f7a50b03ec (diff)
fix typo in routine name
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@72 a678b1cf-93e1-4b43-a69d-d43939e66649
-rw-r--r--schedule.ccl2
-rw-r--r--src/Startup.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 1e807d3..4d06086 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -12,7 +12,7 @@ if (CCTK_Equals(initial_data,"brilldata"))
LANG: C
} "Check that the metric_type is recognised"
- schedule BrilData_InitSymBound at CCTK_BASEGRID
+ schedule BrillData_InitSymBound at CCTK_BASEGRID
{
LANG: C
} "Set up symmetries for brillpsi"
diff --git a/src/Startup.c b/src/Startup.c
index 8d5088c..8660cbe 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -7,9 +7,9 @@ static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusEinstein_IDBrillData_Startup_c)
-void BrilData_InitSymBound(CCTK_ARGUMENTS);
+void BrillData_InitSymBound(CCTK_ARGUMENTS);
-void BrilData_InitSymBound(CCTK_ARGUMENTS)
+void BrillData_InitSymBound(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS
int sym[3];