aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorreisswig <reisswig@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2008-01-23 19:45:18 +0000
committerreisswig <reisswig@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2008-01-23 19:45:18 +0000
commitfa841eb53fef24d99d33ac303a60b9f9cc06a59c (patch)
treea2f63535a07a38e6f4b8fa0f88dae9fa96cdc41f /schedule.ccl
parent0bb9874d57f57a0c5bbfbf640d995235ceb77932 (diff)
- fixed "surface not valid" bug
- replaced MPI calls by ReduceLocScalar calls git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@33 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 53827c4..89aec32 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -16,11 +16,13 @@ STORAGE: sf_maxreflevel
SCHEDULE SphericalSurface_SetupRes AT basegrid BEFORE SphericalSurface_Setup AFTER SpatialCoordinates AFTER CorrectCoordinates
{
LANG: C
+ OPTIONS: GLOBAL LOOP-LOCAL
} "Set surface resolution automatically"
SCHEDULE SphericalSurface_Setup AT basegrid
{
LANG: C
+ OPTIONS: GLOBAL
} "Calculate surface coordinate descriptors"