aboutsummaryrefslogtreecommitdiff
path: root/Tools/MathematicaMisc/Errors.m
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2010-09-21 08:58:17 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2010-09-21 08:58:17 +0200
commit8d8d5f6d9508c1f6c35614a089cc15889c250188 (patch)
tree9d091fd72244cd4152269448f015e4fe7f84d074 /Tools/MathematicaMisc/Errors.m
parentf3ad12c1ae82ef169e7260eba907312ad637509f (diff)
Rename debug level Quiet to DebugQuiet as Quiet has special meaning to Mathematica
Diffstat (limited to 'Tools/MathematicaMisc/Errors.m')
-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 6c16648..bd46e29 100644
--- a/Tools/MathematicaMisc/Errors.m
+++ b/Tools/MathematicaMisc/Errors.m
@@ -10,7 +10,7 @@ VerifyList;
InfoMessage;
SetDebugLevel;
-Quiet = 0;
+DebugQuiet = 0;
Warnings = 1
Terse = 2;
Info = 3;