diff --git a/Tools/CodeGen/ConservationCalculation.m b/Tools/CodeGen/ConservationCalculation.m index c7fc36d5..ebdafb43 100644 --- a/Tools/CodeGen/ConservationCalculation.m +++ b/Tools/CodeGen/ConservationCalculation.m @@ -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_] :=