[Mathlib-commitlog] SF.net SVN: mathlib:[729] JMathLib/trunk/src/jmathlib/toolbox/ toolbox_skeleton
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-23 19:42:21
|
Revision: 729
http://mathlib.svn.sourceforge.net/mathlib/?rev=729&view=rev
Author: st_mueller
Date: 2009-01-23 19:42:11 +0000 (Fri, 23 Jan 2009)
Log Message:
-----------
added some comments
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/toolbox/toolbox_skeleton/template.java
Modified: JMathLib/trunk/src/jmathlib/toolbox/toolbox_skeleton/template.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/toolbox_skeleton/template.java 2009-01-23 15:27:04 UTC (rev 728)
+++ JMathLib/trunk/src/jmathlib/toolbox/toolbox_skeleton/template.java 2009-01-23 19:42:11 UTC (rev 729)
@@ -1,9 +1,14 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author: Stefan Mueller (st...@he...)
+ * (c) 2009
+ */
+
package jmathlib.toolbox.toolbox_skeleton;
-/* This file is part or JMathLib
- * author: stefan (st...@he...) 2009
- * */
-
import jmathlib.core.tokens.*;
import jmathlib.core.tokens.numbertokens.DoubleNumberToken;
import jmathlib.core.functions.ExternalFunction;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|