Skip to content

Commit

Permalink
Fixed bug on first trace of single core verification
Browse files Browse the repository at this point in the history
  • Loading branch information
tand00 committed Aug 27, 2024
1 parent 56f7c91 commit 3e2788a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ bool SMCVerification::parallel_run() {

bool SMCVerification::run() {
prepare();
runGenerator.prepare(&initialMarking);
runGenerator.recordTrace = mustSaveTrace();
runGenerator.prepare(&initialMarking);
auto start = std::chrono::steady_clock::now();
auto step1 = std::chrono::steady_clock::now();
int64_t stepDuration;
Expand Down

0 comments on commit 3e2788a

Please sign in to comment.