systemSolver->runBasicKinematic();
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include "Solver.h"
|
||||
#include <string>
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
@@ -10,7 +11,6 @@ void MbD::Solver::initialize()
|
||||
|
||||
void MbD::Solver::initializeLocally()
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
void MbD::Solver::initializeGlobally()
|
||||
@@ -42,3 +42,8 @@ void MbD::Solver::postRun()
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
void MbD::Solver::logString(std::string& str)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user