aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-10-07 15:50:53 +0000
committergoodale <goodale@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-10-07 15:50:53 +0000
commit705fdec562d28784e216c4eea7df9ea260a90b05 (patch)
tree304a08c3963ddba2dc9b93382fa67503d3b18cc4 /schedule.ccl
parentfae25b1b8b278e91633c868400a5ef9b2ab353d1 (diff)
Changed to use all C routines now.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@64 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index aa75db7..bc13037 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -15,12 +15,12 @@ schedule RegisterCartGrid3DCoords at CCTK_STARTUP
schedule ParamCheck_CartGrid3D at CCTK_PARAMCHECK
{
- LANG:Fortran
+ LANG:C
} "Check coordinates for CartGrid3D"
schedule CartGrid3D at CCTK_BASEGRID
{
- LANG:Fortran
+ LANG:C
} "Set up spatial 3D Cartesian coordinates on the GH"