Merge remote-tracking branch 'origin/dev/jppetrakis/unstable/or_csv_from_simtable' into dev/jppetrakis/unstable/or_csv_from_simtable
This commit is contained in:
commit
1c292f7b65
@ -138,7 +138,7 @@ public class SimulationTableCSVExport {
|
||||
if (o != null) {
|
||||
final String valueString;
|
||||
if (o instanceof Value) {
|
||||
double value = ((Value) o).getValue();
|
||||
double value = ((Value) o).getUnitValue();
|
||||
valueString = TextUtil.doubleToString(value, precision);
|
||||
} else {
|
||||
valueString = o.toString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user