moved reader out of miSim, went to event-based guidance

This commit is contained in:
2026-03-03 15:53:22 -08:00
parent 117d34590e
commit f40d2bfd84
8 changed files with 34 additions and 25 deletions

View File

@@ -79,7 +79,6 @@ classdef miSim
[obj] = plotH(obj);
[obj] = updatePlots(obj);
[obj] = teardown(obj);
inits = readScenarioCsv(csvPath);
writeInits(obj);
validate(obj);
end