Skip to content

Commit

Permalink
Proceed on pause until the controlling thread gains control.
Browse files Browse the repository at this point in the history
  • Loading branch information
shoops committed Aug 4, 2021
1 parent b331c1b commit c3a822e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions copasi/utilities/CProcessReport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ bool CProcessReport::proceed()
return false;

return mProccessingInstruction == ProccessingInstruction::Continue
|| mProccessingInstruction == ProccessingInstruction::Pause
|| (mIgnoreStop && mProccessingInstruction == ProccessingInstruction::Stop);
}

Expand Down

0 comments on commit c3a822e

Please sign in to comment.