aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@f5a6acaf-da7d-456b-b0a8-35edbc60b392>1999-09-10 15:14:20 +0000
committergoodale <goodale@f5a6acaf-da7d-456b-b0a8-35edbc60b392>1999-09-10 15:14:20 +0000
commit82752ba544c4aaffa72ffb777e4f41fe29e564e7 (patch)
treeae7f78247234220ae1cf6c4970a77a2350957fce
parent52013168fc80759853abd3f26767d944899c4d27 (diff)
Check parameters is a Fortran function.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@7 f5a6acaf-da7d-456b-b0a8-35edbc60b392
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index cb2d58c..33a8376 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,7 +3,7 @@
schedule IDScalarWave_CheckParameters at CCTK_PARAMCHECK
{
- LANG: C
+ LANG: Fortran
} "Check parameters"
schedule IDScalarWave_InitialData at CCTK_INITIAL after WaveToyF77_Initial