MBDyn initial commit
This commit is contained in:
12
MbDCode/MBDynNode.cpp
Normal file
12
MbDCode/MBDynNode.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "MBDynNode.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
void MbD::MBDynNode::initialize()
|
||||
{
|
||||
}
|
||||
|
||||
void MbD::MBDynNode::parseMBDyn(std::vector<std::string>& lines)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
Reference in New Issue
Block a user