Skip to content

Commit

Permalink
CodeGenSymmetries.m: Remove unneeded compatibility function
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Sep 12, 2013
1 parent 29a8916 commit 66b5a2e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Tools/CodeGen/CodeGenSymmetries.m
Expand Up @@ -82,13 +82,6 @@
sym
];

(* Compatibility function to be called by KrancThorns because it
doesn't understand reflection symmetries *)
CreateSymmetriesRegistrationSource[thornName_, implementationName_, GFs_, debug_] :=
CreateSymmetriesRegistrationSource[thornName, implementationName, GFs, False, debug];



(* Given a symmetries registration structure as defined above, return a
C CodeGen structure of a source file which will register the symmetries. *)
CreateSymmetriesRegistrationSource[thornName_, implementationName_, GFs_, reflectionSymmetries_, debug_] :=
Expand Down

0 comments on commit 66b5a2e

Please sign in to comment.