aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2007-08-23 21:10:04 +0000
committerschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2007-08-23 21:10:04 +0000
commitf3db0bdf01c05888ca41a5fe35284e8b0c8c1d73 (patch)
tree1be2d2c8031d8eb6e6c815ee7838da98caea7d50 /schedule.ccl
parentcb5eccc91f93b482b5072f4bab04fb9218190953 (diff)
Add new variable sf_active. In constrast to sf_valid, it indicates
whether a surface was found in the past, and thus whether it may still be used, although it is probably somewhat inaccurate. Using this version of SphericalSurface requires updating all using thorns, since sf_active has to be set correctly. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@26 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ad7de7b..a4aac33 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,6 +1,7 @@
# Schedule definitions for thorn SphericalSurface
# $Header$
+STORAGE: sf_active
STORAGE: sf_valid
STORAGE: sf_info
STORAGE: sf_radius sf_origin
@@ -12,6 +13,7 @@ STORAGE: sf_shape_descriptors
SCHEDULE SphericalSurface_Setup AT basegrid
{
LANG: C
+ OPTIONS: global
} "Calculate surface coordinate descriptors"