Skip to content

Commit

Permalink
ConservationCalculation.m: Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Oct 1, 2010
1 parent d7c6349 commit 6647709
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Tools/CodeGen/ConservationCalculation.m
Expand Up @@ -96,18 +96,11 @@
(* Return the variables for which Left and Right GFs need to be created *)
lrGFs[calc_] :=
Module[{allGFs, calcSyms, gfsUsed, conserved, primitive},
Print["1"];
Print[calc];
allGFs = allGroupVariables[lookup[calc, Groups]];
Print["2"];
calcSyms = calculationSymbols[calc];
Print["3"];
gfsUsed = Intersection[allGFs, calcSyms];
Print["4"];
conserved = consVars[calc];
Print["5"];
primitive = Complement[gfsUsed, conserved];
Print["6"];
Join[primitive, conserved]];

reconstructCalc[calc_, i_] :=
Expand Down

0 comments on commit 6647709

Please sign in to comment.