Skip to content

Commit 04573df

Browse files
ChristophBodensteinChristophBodenstein
authored andcommitted
fixed adding existing simulation results to tmp log file
1 parent 2db1da3 commit 04573df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TimeNETOptimizationEnvironment/src/toe/simulation/SimulatorCachedLocal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void run() {
9292

9393
synchronized (myLocalSimulator) {
9494
try {
95-
support.addLinesToLogFileFromListOfParser(myLocalSimulator.getListOfCompletedSimulationParsers(), myLocalSimulator.getLogfileName());
95+
support.addLinesToLogFileFromListOfParser(myListOfCompletedSimulations, myLocalSimulator.getLogfileName());
9696
myLocalSimulator.initSimulator(remainingParametersets, support.isCreateseparateLogFilesForEverySimulation());
9797
myLocalSimulator.wait();
9898
} catch (InterruptedException ex) {

0 commit comments

Comments
 (0)