aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 15:29:19 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 15:29:19 +0200
commit6687a779dac461b408bc115d274315e7e48757a4 (patch)
treecbfd1707c91b4dfd6c9e781ecd7ea2e570526187
parent7daca94f282a8b09a6ed0f431311b5c60a71150f (diff)
KrancThorn.m: Add section comment
-rw-r--r--Tools/CodeGen/KrancThorn.m6
1 files changed, 4 insertions, 2 deletions
diff --git a/Tools/CodeGen/KrancThorn.m b/Tools/CodeGen/KrancThorn.m
index 588db40..c2c6c1d 100644
--- a/Tools/CodeGen/KrancThorn.m
+++ b/Tools/CodeGen/KrancThorn.m
@@ -161,9 +161,11 @@ CreateKrancThorn[groupsOrig_, parentDirectory_, thornName_, opts:OptionsPattern[
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];