32 lines
403 B
C++
32 lines
403 B
C++
#include "ExternalSystem.h"
|
|
|
|
using namespace MbD;
|
|
|
|
void MbD::ExternalSystem::preMbDrun()
|
|
{
|
|
}
|
|
|
|
void MbD::ExternalSystem::outputFor(AnalysisType type)
|
|
{
|
|
}
|
|
|
|
void MbD::ExternalSystem::logString(std::string& str)
|
|
{
|
|
}
|
|
|
|
void MbD::ExternalSystem::logString(double value)
|
|
{
|
|
}
|
|
|
|
void MbD::ExternalSystem::runOndselPiston()
|
|
{
|
|
}
|
|
|
|
void MbD::ExternalSystem::runPiston()
|
|
{
|
|
}
|
|
|
|
void MbD::ExternalSystem::postMbDrun()
|
|
{
|
|
}
|