You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support.log("Web-Simulation-Thread started to simulate " + listOfParameterSets.size() + " simulations.", typeOfLogLevel.INFO);
85
89
if (support.isDistributedSimulationAvailable()) {
@@ -97,7 +101,7 @@ public void run() {
97
101
if (cancelSimulations) {
98
102
return;
99
103
}
100
-
ArrayList<parameter> actualParameterSet = listOfParameterSets.get(i);//get actual parameterset
104
+
actualParameterSet = listOfParameterSets.get(i);//get actual parameterset
101
105
102
106
StringactualParameterFileName = createLocalSimulationFile(actualParameterSet, support.getGlobalSimulationCounter());//create actual SCPN xml-file and save it in tmp-folder
0 commit comments