aboutsummaryrefslogtreecommitdiff
path: root/Tools/MathematicaMisc
diff options
context:
space:
mode:
authorianhin <ianhin>2006-06-19 22:21:10 +0000
committerianhin <ianhin>2006-06-19 22:21:10 +0000
commit6a9803b7c29a142918c4e7d5ffa1c57af050c592 (patch)
tree539cc1846162cc027ff4acfc814a2a53b80ffaec /Tools/MathematicaMisc
parent22d5e3ddd985ca4986d9f38852fe85d93afccc8f (diff)
Add SetDebugLevel to the context, and rename Full to InfoFull
Diffstat (limited to 'Tools/MathematicaMisc')
-rw-r--r--Tools/MathematicaMisc/Errors.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/MathematicaMisc/Errors.m b/Tools/MathematicaMisc/Errors.m
index 8edde3a..6c16648 100644
--- a/Tools/MathematicaMisc/Errors.m
+++ b/Tools/MathematicaMisc/Errors.m
@@ -8,12 +8,13 @@ VerifyString;
VerifyStringList;
VerifyList;
InfoMessage;
+SetDebugLevel;
Quiet = 0;
Warnings = 1
Terse = 2;
Info = 3;
-Full = 4;
+InfoFull = 4;
Begin["`Private`"];