Skip to content

Commit

Permalink
KrancThorn.m: Read parameters to use from ConservationCalculation
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Oct 1, 2010
1 parent c134984 commit 865ec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CodeGen/KrancThorn.m
Expand Up @@ -111,7 +111,7 @@ Thorn generation (main entry point for non-tensorial thorns)
includeFiles = OptionValue[IncludeFiles];
evolutionTimelevels = OptionValue[EvolutionTimelevels]; (* Redundant *)
defaultEvolutionTimelevels = lookupDefault[{opts}, DefaultEvolutionTimelevels, evolutionTimelevels];
realParams = OptionValue[RealParameters];
realParams = OptionValue[RealParameters] ~Join~ ConservationDifferencingRealParameters[];
intParams = OptionValue[IntParameters];
realParamDefs = MakeFullParamDefs[realParams];
intParamDefs = MakeFullParamDefs[intParams];
Expand Down

0 comments on commit 865ec33

Please sign in to comment.