From 2aef6385e4e5b989e1bce0e4a6c8c0603ff12f56 Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 1 Jun 2006 19:56:15 +0000 Subject: Add the capability to initialise spherical surfaces to a certain coordinate radius. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@20 40f6ab95-0e4f-0410-8daa-ee8d7420be1d --- schedule.ccl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3