aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-09 20:00:03 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-09 20:00:03 +0200
commit10daf4a83a783a812c7b5a3aba0df115f0eac98f (patch)
tree9cfc89f11d6ccec2fdc9f09d6370cffeb16fe1d1
parent1d7c2717cecd3102118bc408fff3b3061165d032 (diff)
Errors.m: Make PrintStructure public
-rw-r--r--Tools/MathematicaMisc/Errors.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/MathematicaMisc/Errors.m b/Tools/MathematicaMisc/Errors.m
index f75bb3b..ddbe550 100644
--- a/Tools/MathematicaMisc/Errors.m
+++ b/Tools/MathematicaMisc/Errors.m
@@ -11,6 +11,7 @@ InfoMessage;
SetDebugLevel;
ErrorDefinition::usage = "ErrorDefinition[f] creates a default definition of a function f which throws an exception. This can be used to catch programming errors where f is called with incorrect arguments.";
PrintError;
+PrintStructure;
DebugQuiet = 0;
Warnings = 1