Skip to content

Commit

Permalink
Bug 224: Chemora/Kranc: Lo-D variables sometimes treated as 3D variab…
Browse files Browse the repository at this point in the history
…les.

equationLoop:
 Examine all gfs, not just those on the RHS, when looking for
 projected (lo-d) variables for which a "assign_gf_axes" item will be
 emitted.
  • Loading branch information
dmkoppelman committed Dec 23, 2016
1 parent 55d9d7c commit b9ad06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CodeGen/CodeGenCalculation.m
Expand Up @@ -905,7 +905,7 @@ it is only possible to do this outside all if(){} statements. *)
" assign_gf_axes("
<> chemoraQuote[gf] <> ", "
<> "AX_" <> StringJoin[Global`Sizes/.info]
<> ");\n"] ] ]& /@ gfsInRHS;
<> ");\n"] ] ]& /@ gfs;

mapRefAppend[cleancalc,ChemoraContents, "// gfsInRHS:\n"];
mapRefAppend[cleancalc,ChemoraContents,
Expand Down

0 comments on commit b9ad06c

Please sign in to comment.