Skip to content

Commit

Permalink
Correct name of paramcheck routine
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Dec 20, 2012
1 parent eca56ff commit a401a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CodeGen/ParamCheck.m
Expand Up @@ -32,7 +32,7 @@
{"cctk.h", "cctk_Arguments.h", "cctk_Parameters.h"}],

DefineCCTKFunction[
thornName, "void",
thornName<>"_ParamCheck", "void",
ConditionalOnParameterTextual[
"CCTK_MyProc(cctkGH) == 0",
Map[checkCondition, conditions]]]}];
Expand Down

0 comments on commit a401a57

Please sign in to comment.