|
From: <dir...@us...> - 2009-07-23 11:38:26
|
Revision: 2100
http://shox.svn.sourceforge.net/shox/?rev=2100&view=rev
Author: dirk_held
Date: 2009-07-23 11:37:44 +0000 (Thu, 23 Jul 2009)
Log Message:
-----------
cleanups.
Modified Paths:
--------------
trunk/src/net/sf/shox/simulator/util/StatUtil.java
Modified: trunk/src/net/sf/shox/simulator/util/StatUtil.java
===================================================================
--- trunk/src/net/sf/shox/simulator/util/StatUtil.java 2009-07-23 11:34:32 UTC (rev 2099)
+++ trunk/src/net/sf/shox/simulator/util/StatUtil.java 2009-07-23 11:37:44 UTC (rev 2100)
@@ -36,9 +36,9 @@
private String title[]; // for each column, add a title, but not forget
// to replace all spaces with an underline "_".
private int index; // the next position, where a statistical element is written to.
- private FileEvaluationLogger log; // If set, dump values to a csv-file too.
- private String file = "";
- private char separator = ' ';
+ private FileEvaluationLogger log; // If set, dump values to a CSV-file too.
+ private String file = ""; // If set, a CSV-file of that name will be created.
+ private char separator = ' '; // The separating char between two columns.
/**
* @param vals enter here the number of statistic values.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|