Skip to content

Commit

Permalink
Split CodeGen.m into CodeGen.m, CodeGenC.m and CodeGenCactus.m
Browse files Browse the repository at this point in the history
- CodeGenC.m still contains Fortran variants.  These might be moved into CodeGenFortran.m.

- Several other modules essentially need to pull in all three packages due to newly broken abstraction barriers.  This can be fixed incrementally.

- Indent and format all three files consistently
  • Loading branch information
ianhinder committed Oct 6, 2011
1 parent ad5d11b commit 4c20e5c
Show file tree
Hide file tree
Showing 10 changed files with 1,064 additions and 1,031 deletions.
2 changes: 1 addition & 1 deletion Tools/CodeGen/CalculationBoundaries.m
Expand Up @@ -19,7 +19,7 @@
*)

BeginPackage["CalculationBoundaries`", {"Errors`", "Helpers`",
"Kranc`", "MapLookup`", "KrancGroups`", "CodeGen`"}];
"Kranc`", "MapLookup`", "KrancGroups`", "CodeGen`", "CodeGenCactus`", "CodeGenC`"}];

CalculationBoundariesFunction;

Expand Down
2 changes: 1 addition & 1 deletion Tools/CodeGen/CalculationFunction.m
Expand Up @@ -19,7 +19,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*)

BeginPackage["CalculationFunction`", {"CodeGen`",
BeginPackage["CalculationFunction`", {"CodeGenCactus`", "CodeGenC`", "CodeGen`",
"MapLookup`", "KrancGroups`", "Differencing`", "Errors`",
"Helpers`", "Kranc`", "Optimize`", "Jacobian`"}];

Expand Down

0 comments on commit 4c20e5c

Please sign in to comment.