aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"