[Mathlib-commitlog] SF.net SVN: mathlib:[591] JMathLib/trunk/src/jmathlib/core/functions/ FunctionM
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2008-12-31 15:11:45
|
Revision: 591
http://mathlib.svn.sourceforge.net/mathlib/?rev=591&view=rev
Author: st_mueller
Date: 2008-12-31 15:11:43 +0000 (Wed, 31 Dec 2008)
Log Message:
-----------
some fixes regarding directory names
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 2008-12-31 15:08:12 UTC (rev 590)
+++ JMathLib/trunk/src/jmathlib/core/functions/FunctionManager.java 2008-12-31 15:11:43 UTC (rev 591)
@@ -43,7 +43,7 @@
if (runningStandalone) {
//Add the predefined (system) function loader for the current directory.
- functionLoaders.add(new SystemFileFunctionLoader(new File("." + 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.
|