aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2005-09-13 16:30:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2005-09-13 16:30:00 +0000
commitffb17b052e624b034bc9e8437267a3dbd623b48e (patch)
treeaec3e804badda4941061466bbac8ed4582a01919 /Carpet/CarpetReduce
parent79b610c03867a7ee9489cef32f8bbfa86fea075a (diff)
CarpetReduce: tag CarpetReduce::weight with 'checkpoint="no"'
The weight is set up at basegrid so it doesn't need to be checkpointed/recovered. darcs-hash:20050913163020-776a0-a171ae3372b9e38ad521a7db85470a8741088b46.gz
Diffstat (limited to 'Carpet/CarpetReduce')
-rw-r--r--Carpet/CarpetReduce/interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetReduce/interface.ccl b/Carpet/CarpetReduce/interface.ccl
index d4e34c4ca..5c55b526b 100644
--- a/Carpet/CarpetReduce/interface.ccl
+++ b/Carpet/CarpetReduce/interface.ccl
@@ -23,4 +23,4 @@ REQUIRES FUNCTION GetBoundarySpecification
-REAL weight TYPE=gf TAGS='prolongation="none" InterpNumTimelevels=1' "Weight function"
+REAL weight TYPE=gf TAGS='prolongation="none" InterpNumTimelevels=1 checkpoint="no"' "Weight function"