This commit is contained in:
2025-12-04 15:24:11 -08:00
parent f9aa2eb9d4
commit a688e9c285

View File

@@ -10,7 +10,6 @@ function [obj] = run(obj)
v = obj.setupVideoWriter(); v = obj.setupVideoWriter();
v.open(); v.open();
steady = 0;
for ii = 1:size(obj.times, 1) for ii = 1:size(obj.times, 1)
% Display current sim time % Display current sim time
obj.t = obj.times(ii); obj.t = obj.times(ii);