Merge branch 'openrocket:unstable' into fix-2278
This commit is contained in:
commit
d8434e8550
@ -89,7 +89,6 @@ public class FlightData {
|
|||||||
this.launchRodVelocity = launchRodVelocity;
|
this.launchRodVelocity = launchRodVelocity;
|
||||||
this.deploymentVelocity = deploymentVelocity;
|
this.deploymentVelocity = deploymentVelocity;
|
||||||
this.optimumDelay = optimumDelay;
|
this.optimumDelay = optimumDelay;
|
||||||
System.out.println("optimum delay " + optimumDelay);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -166,10 +166,8 @@ public class SimulationTableCSVExport {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Current "unstable" will have a populated sim table EXCEPT for the optimum delay column on a restart
|
// If there are any null columns, need to run the simulation before we can export it
|
||||||
// after a save. That means any row that WAS simulated will have exactly one null column in it... so we'll
|
if (nullCnt > 0) { // ignore rows that have null column fields 1 through 8...
|
||||||
// skip row export for the case where there are MORE than one nulls. Either way the user should run sims.
|
|
||||||
if (nullCnt > 1) { // ignore rows that have null column fields 1 through 8...
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user