Replace assert(false) with throw SimulationStoppingError(To be implemented.)
This commit is contained in:
committed by
Chris Hennes
parent
bacb65f9c0
commit
b9ba0976f2
@@ -52,12 +52,12 @@ void EndFramec::initializeLocally()
|
||||
|
||||
void EndFramec::initEndFrameqct()
|
||||
{
|
||||
assert(false);
|
||||
throw SimulationStoppingError("To be implemented.");
|
||||
}
|
||||
|
||||
void MbD::EndFramec::initEndFrameqct2()
|
||||
{
|
||||
assert(false);
|
||||
throw SimulationStoppingError("To be implemented.");
|
||||
}
|
||||
|
||||
void EndFramec::calcPostDynCorrectorIteration()
|
||||
|
||||
Reference in New Issue
Block a user