Skip to content

Commit

Permalink
fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mtygesen committed Apr 9, 2024
1 parent 6583a21 commit da3b15d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ else if (k instanceof TimedTransitionStep) {
// If satisfied trace) -> Return result
// This is satisfied for EF and EG and not satisfied for AG and AF
if (unfoldedResult != null) {
unfoldedResult.getUnfoldedTab().setQueries(approxResult.getUnfoldedTab().queries());
unfoldedResult.getUnfoldedTab().getQueryPane().setQueries(approxResult.getUnfoldedTab().queries());
toReturn = new VerificationResult<>(
queryResult,
decomposeTrace(result.getTrace(), nameMapping, netNetwork),
Expand Down

0 comments on commit da3b15d

Please sign in to comment.