[Mathlib-commitlog] SF.net SVN: mathlib:[801] JMathLib/trunk/src/jmathlib/core/functions/ FunctionM
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-30 21:05:39
|
Revision: 801
http://mathlib.svn.sourceforge.net/mathlib/?rev=801&view=rev
Author: st_mueller
Date: 2009-01-30 21:05:33 +0000 (Fri, 30 Jan 2009)
Log Message:
-----------
correction on working directory
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/core/functions/FunctionManager.java
Modified: JMathLib/trunk/src/jmathlib/core/functions/FunctionManager.java
===================================================================
--- JMathLib/trunk/src/jmathlib/core/functions/FunctionManager.java 2009-01-30 19:09:04 UTC (rev 800)
+++ JMathLib/trunk/src/jmathlib/core/functions/FunctionManager.java 2009-01-30 21:05:33 UTC (rev 801)
@@ -43,7 +43,7 @@
if (runningStandalone) {
//Add the predefined (system) function loader for the current directory.
- functionLoaders.add(new SystemFileFunctionLoader(new File(""),false)); //"." + File.separator), false));
+ functionLoaders.add(new SystemFileFunctionLoader(new File("."),false)); //"." + File.separator), false));
//webLoader = null;
String classPath = System.getProperty("java.class.path");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|