Skip to content

Commit

Permalink
CodeGenSymmetries.m: Uncapitalise private function
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Sep 12, 2013
1 parent 18793c6 commit 29a8916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/CodeGen/CodeGenSymmetries.m
Expand Up @@ -34,12 +34,12 @@
(* Symmetries registration spec = {FullName -> "impl::GFname",
Sym -> {symX, symY, symZ}} *)

SymmetriesBlock[spec_] :=
symmetriesBlock[spec_] :=

Module[{i, KrancDim},

If[!MatchQ[spec, {FullName -> _String, Sym -> {_,_,_}}],
ThrowError["SymmetriesBlock: Expecting a symmetry registration spec but got ", spec]];
ThrowError["symmetriesBlock: Expecting a symmetry registration spec but got ", spec]];

KrancDim = 3;

Expand Down Expand Up @@ -119,7 +119,7 @@

CommentedBlock["Register symmetries of grid functions",

Map[SymmetriesBlock, spec]]},
Map[symmetriesBlock, spec]]},
{}]
]
};
Expand Down

0 comments on commit 29a8916

Please sign in to comment.