aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tools/CodeGen/Thorn.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/CodeGen/Thorn.m b/Tools/CodeGen/Thorn.m
index 428d764..429f21b 100644
--- a/Tools/CodeGen/Thorn.m
+++ b/Tools/CodeGen/Thorn.m
@@ -1409,9 +1409,8 @@ CreateThorn[thorn_] :=
GenerateFile[thornDirectory <> "/temp", {}];
DeleteFile[thornDirectory <> "/temp"];
- Print["Thorn ", thornDirectory, " created successfully"]];
+ Print["Thorn ", thornDirectory, " created successfully"];
];
->>>>>>> hydro
End[];