[Mathlib-commitlog] SF.net SVN: mathlib:[756] JMathLib/trunk/src/jmathlib/core/interpreter/ GlobalV
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-24 19:40:57
|
Revision: 756
http://mathlib.svn.sourceforge.net/mathlib/?rev=756&view=rev
Author: st_mueller
Date: 2009-01-24 19:40:48 +0000 (Sat, 24 Jan 2009)
Log Message:
-----------
changed signature of evaluate(Token[] operands)
to
evaluate(Token[] operands, GlobalValues globals)
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/core/interpreter/GlobalValues.java
Modified: JMathLib/trunk/src/jmathlib/core/interpreter/GlobalValues.java
===================================================================
--- JMathLib/trunk/src/jmathlib/core/interpreter/GlobalValues.java 2009-01-24 19:39:52 UTC (rev 755)
+++ JMathLib/trunk/src/jmathlib/core/interpreter/GlobalValues.java 2009-01-24 19:40:48 UTC (rev 756)
@@ -39,7 +39,7 @@
private jmathlib.plugins.PluginsManager pluginsManager;
/**sets whether to write debug lines to console and log files*/
- private boolean debug = true;
+ //private boolean debug = true;
/**stores the number format for displaying the number*/
public /*static transient*/ NumberFormat numFormat = new DecimalFormat("0.0000", new DecimalFormatSymbols(Locale.ENGLISH));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|