Added readNastran95()

This commit is contained in:
ceanwang
2020-11-01 08:49:05 +11:00
committed by wmayer
parent 59ec3cb141
commit 67ee247c0c

View File

@@ -169,6 +169,7 @@ public:
private:
void copyMeshData(const FemMesh&);
void readNastran(const std::string &Filename);
void readNastran95(const std::string &Filename);
void readZ88(const std::string &Filename);
void readAbaqus(const std::string &Filename);