aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-13 18:40:32 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-13 18:40:32 +0200
commit6905628e631f402e635a76f258c667bfe787a57d (patch)
tree9be4cc8d9c72b2196c79e9735c5965839c1bd2fe
parentcf78f88818d86cb32cce6eabb7b0fb7fcb2414d5 (diff)
KrancThorn.m: Small code rearrangement
-rw-r--r--Tools/CodeGen/KrancThorn.m24
1 files changed, 12 insertions, 12 deletions
diff --git a/Tools/CodeGen/KrancThorn.m b/Tools/CodeGen/KrancThorn.m
index 0011e37..309dd37 100644
--- a/Tools/CodeGen/KrancThorn.m
+++ b/Tools/CodeGen/KrancThorn.m
@@ -262,6 +262,18 @@ CreateKrancThorn[groupsOrig_, parentDirectory_, thornName_, opts:OptionsPattern[
c = CactusBoundaryProcessCode[c, opts];
(* ------------------------------------------------------------------------
+ Add parameter check source file
+ ------------------------------------------------------------------------ *)
+
+ c = ParamCheckProcessCode[c, opts];
+
+ (* ------------------------------------------------------------------------
+ Create finite differencing header file
+ ------------------------------------------------------------------------ *)
+
+ c = DifferencingProcessCode[c, opts];
+
+ (* ------------------------------------------------------------------------
Startup source file
------------------------------------------------------------------------ *)
@@ -309,18 +321,6 @@ CreateKrancThorn[groupsOrig_, parentDirectory_, thornName_, opts:OptionsPattern[
];
(* ------------------------------------------------------------------------
- Add parameter check source file
- ------------------------------------------------------------------------ *)
-
- c = ParamCheckProcessCode[c, opts];
-
- (* ------------------------------------------------------------------------
- Create finite differencing header file
- ------------------------------------------------------------------------ *)
-
- c = DifferencingProcessCode[c, opts];
-
- (* ------------------------------------------------------------------------
Create calculation source files
------------------------------------------------------------------------ *)