runOndselPiston, runPiston execute correctly
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "TooSmallStepSizeError.h"
|
||||
|
||||
MbD::TooSmallStepSizeError::TooSmallStepSizeError(const std::string& msg) : std::runtime_error(msg)
|
||||
using namespace MbD;
|
||||
|
||||
TooSmallStepSizeError::TooSmallStepSizeError(const std::string& msg) : std::runtime_error(msg)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user