|
From: Nick C. <sr...@us...> - 2002-03-26 19:24:54
|
Update of /cvsroot/repast/repast/uchicago/src/sim/analysis
In directory usw-pr-cvs1:/tmp/cvs-serv23784
Modified Files:
Tag: rel-1-X
DataRecorder.java
Log Message:
Changed the number formatting code that the number will have the specified number of decimal places even when those are 0. For example, 42 will show up as 42.000 if 3 decimal places are requested. Also changed tick format so that it appears as an integer rather than a double.
|