aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen
diff options
context:
space:
mode:
authorshusa <shusa>2005-11-14 09:11:17 +0000
committershusa <shusa>2005-11-14 09:11:17 +0000
commit19ae91b437fa1843039fdcc9e03baa81d063c784 (patch)
treef66cf2b1a9b7f0791255585596b40db82ffde717 /Tools/CodeGen
parenta3c038e1cc3cceb641e2198bc3cc61e98fc5a23c (diff)
uncomment a Print statement
Diffstat (limited to 'Tools/CodeGen')
-rw-r--r--Tools/CodeGen/KrancThorns.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/CodeGen/KrancThorns.m b/Tools/CodeGen/KrancThorns.m
index 98c7225..e1e8d51 100644
--- a/Tools/CodeGen/KrancThorns.m
+++ b/Tools/CodeGen/KrancThorns.m
@@ -918,10 +918,10 @@ ext = CodeGen`SOURCESUFFIX;
(* search for SYNCs *)
If[numeq <= 1,
grepSYNC = GrepSyncGroups[setrhs, calcrhsName]; ,
- grepSYNC = {};
+ grepSYNC = {};
(* This should have already been done in CreateCalculationFunction. *)
- (* setrhs = UncommentSourceSync[setrhs, calcrhsName];*)
-(* Print["> 1 loop in thorn -> scheduling in source code, incompatible with Multipatch!"];*)
+(* setrhs = UncommentSourceSync[setrhs, calcrhsName]; *)
+ Print["> 1 loop in thorn -> scheduling in source code, incompatible with Multipatch!"];
];