ExternalSystem class
This commit is contained in:
31
MbDCode/ExternalSystem.cpp
Normal file
31
MbDCode/ExternalSystem.cpp
Normal file
@@ -0,0 +1,31 @@
|
||||
#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()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user