aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-02-13 20:40:53 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2010-02-13 20:40:53 -0600
commit1c0ed3aa7da88e2d2cfb935a774fe4239ce1b12e (patch)
tree23e007d885fc9e2a5aaa519bd4bffced72db0895 /Tools
parent77f8fbb76e8dd491439583448cd2c4605238cd49 (diff)
Dereference pointer correcctly when checking whether to access
TmunuBase variables.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/CodeGen/CalculationFunction.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CodeGen/CalculationFunction.m b/Tools/CodeGen/CalculationFunction.m
index b9027c7..ee0ba6f 100644
--- a/Tools/CodeGen/CalculationFunction.m
+++ b/Tools/CodeGen/CalculationFunction.m
@@ -727,7 +727,7 @@ equationLoop[eqs_,
Map[DeclareMaybeAssignVariableInLoop[
"CCTK_REAL", localName[#], GridName[#],
StringMatchQ[ToString[GridName[#]], "eT" ~~ _ ~~ _ ~~ "[" ~~ __ ~~ "]"],
- "stress_energy_state"] &,
+ "*stress_energy_state"] &,
gfsOnlyInRHS]],
(*