systemSolver->runBasicKinematic();
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
#include <string>
|
||||
|
||||
#include "KineIntegrator.h"
|
||||
#include "SystemSolver.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
void MbD::KineIntegrator::preRun()
|
||||
{
|
||||
std::string str = "MbD: Starting kinematic analysis.";
|
||||
system->logString(str);
|
||||
QuasiIntegrator::preRun();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user