Files
solver/MbDCode/ExternalSystem.cpp
2023-07-19 09:41:17 -06:00

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()
{
}