Skip to content

Commit

Permalink
KrancThorn.m: Add section comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Sep 12, 2013
1 parent 7daca94 commit 6687a77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Tools/CodeGen/KrancThorn.m
Expand Up @@ -161,9 +161,11 @@ Thorn generation (main entry point for non-tensorial thorns)
If[OptionValue[UseCaKernel],
inheritedImplementations = Append[inheritedImplementations, "Accelerator"]];

InfoMessage[Terse, "Verifying arguments"];
(* ------------------------------------------------------------------------
Check input parameters
------------------------------------------------------------------------ *)

(* Check parameters *)
InfoMessage[Terse, "Verifying arguments"];
VerifyGroups[groups];
VerifyString[parentDirectory];
VerifyString[thornName];
Expand Down

0 comments on commit 6687a77

Please sign in to comment.