aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2007-08-23 23:13:43 +0000
committerschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2007-08-23 23:13:43 +0000
commit921333dfb7a1a886159e648a75aef070cbe8497c (patch)
treebfde23de5933f557a05ddb267f30230d88a15da5 /schedule.ccl
parentf3db0bdf01c05888ca41a5fe35284e8b0c8c1d73 (diff)
Check consistency of spherical surfaces at every iteration
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@27 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
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