aboutsummaryrefslogtreecommitdiff
path: root/Tools/MathematicaMisc
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-09-18 19:46:35 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2011-09-18 19:56:46 +0200
commit56010c9f6a19d38a6a3a1f8b97576b561f064565 (patch)
treec0f1c892cc1265bc1c0d9203651aaebad39a55d5 /Tools/MathematicaMisc
parent7edc175eb5ed85a8705e723434cada4916670927 (diff)
Errors.m: Output objects in InputForm
Diffstat (limited to 'Tools/MathematicaMisc')
-rw-r--r--Tools/MathematicaMisc/Errors.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/MathematicaMisc/Errors.m b/Tools/MathematicaMisc/Errors.m
index bd46e29..9ccb104 100644
--- a/Tools/MathematicaMisc/Errors.m
+++ b/Tools/MathematicaMisc/Errors.m
@@ -40,7 +40,7 @@ PrintStructure[l_List, prefix_, suffix_] :=
Map[PrintStructure[#, " " <> prefix, ","] &, l];
Print[prefix, "}"],
- Print[prefix, ToString[l,OutputForm]]]];
+ Print[prefix, ToString[l,InputForm]]]];
PrintStructure[s_, prefix_, suffix_] :=
Print[prefix, s, suffix];