aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/CallFunction.cc
diff options
context:
space:
mode:
authorcott <>2004-03-11 09:45:00 +0000
committercott <>2004-03-11 09:45:00 +0000
commitad728f0c490ccb5f1425f39fe15651f3560b71ff (patch)
tree89c2c264fc12bf71b5e9d068a0fea8e3aef63d3b /Carpet/Carpet/src/CallFunction.cc
parent464eb3512e80bfc2f1e69ad0cfba3d174f943f67 (diff)
Made function call in meta mode really work...
darcs-hash:20040311094555-19929-decceccd77b970a00743c8e45f089967a6f2c7d5.gz
Diffstat (limited to 'Carpet/Carpet/src/CallFunction.cc')
-rw-r--r--Carpet/Carpet/src/CallFunction.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/Carpet/Carpet/src/CallFunction.cc b/Carpet/Carpet/src/CallFunction.cc
index a844c8874..faa506343 100644
--- a/Carpet/Carpet/src/CallFunction.cc
+++ b/Carpet/Carpet/src/CallFunction.cc
@@ -11,7 +11,7 @@
#include "carpet.hh"
extern "C" {
- static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/CallFunction.cc,v 1.15 2004/03/11 10:16:50 cott Exp $";
+ static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/CallFunction.cc,v 1.16 2004/03/11 10:45:55 cott Exp $";
CCTK_FILEVERSION(Carpet_Carpet_CallFunction_cc);
}
@@ -31,13 +31,10 @@ namespace Carpet {
cGH* cgh = (cGH*)data;
-// TODO: disable temporarily
-// if (attribute->meta || is_meta_mode()) {
- if (is_meta_mode()) {
+ if (attribute->meta || is_meta_mode()) {
// Convtest operation
if (do_meta_mode) {
- assert (is_meta_mode());
Checkpoint ("Meta mode call at %s to %s::%s",
attribute->where, attribute->thorn, attribute->routine);
BEGIN_META_MODE(cgh) {