aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index a4aac33..b3f5386 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -22,6 +22,12 @@ SCHEDULE GROUP SphericalSurface_HasBeenSet AT poststep
{
} "Set the spherical surfaces before this group, and use it afterwards"
+ SCHEDULE SphericalSurface_CheckState IN SphericalSurface_HasBeenSet
+ {
+ LANG: C
+ OPTIONS: global
+ } "Test the state of the spherical surfaces"
+
SCHEDULE SphericalSurface_Set AT poststep BEFORE SphericalSurface_HasBeenSet