summaryrefslogtreecommitdiff
path: root/nlpsolver
diff options
context:
space:
mode:
Diffstat (limited to 'nlpsolver')
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalFile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalFile.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalFile.java
index 5840d5a39573..d1ede927c4b6 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalFile.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalFile.java
@@ -110,7 +110,7 @@ public class GlobalFile {
/**
* Load curve data from a specified file.
- * @param fileStr the name of the file to be loaded.
+ * @param fileName the name of the file to be loaded.
* @return An ArrayList that include the curve data.
*/
public static ArrayList<ArrayList<Double>> getCurveDataFromFile(String fileName) {