removed early exit from main loop
This commit is contained in:
@@ -14,7 +14,6 @@ classdef miSim
|
||||
sensorPerformanceMinimum = 1e-6; % minimum sensor performance to allow assignment of a point in the domain to a partition
|
||||
partitioning = NaN;
|
||||
performance = NaN; % current cumulative sensor performance
|
||||
oldMeanTotalPerf = 0;
|
||||
|
||||
fPerf; % performance plot figure
|
||||
end
|
||||
@@ -55,4 +54,4 @@ classdef miSim
|
||||
methods (Access = private)
|
||||
[v] = setupVideoWriter(obj);
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user