aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 9 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index b7feabc..ad7de7b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -9,7 +9,7 @@ STORAGE: sf_shape_descriptors
-SCHEDULE SphericalSurfaceInfo_Setup AT basegrid
+SCHEDULE SphericalSurface_Setup AT basegrid
{
LANG: C
} "Calculate surface coordinate descriptors"
@@ -19,3 +19,11 @@ SCHEDULE SphericalSurfaceInfo_Setup AT basegrid
SCHEDULE GROUP SphericalSurface_HasBeenSet AT poststep
{
} "Set the spherical surfaces before this group, and use it afterwards"
+
+
+
+SCHEDULE SphericalSurface_Set AT poststep BEFORE SphericalSurface_HasBeenSet
+{
+ LANG: C
+ OPTIONS: global
+} "Set surface radii"