Added readNastran95()

This commit is contained in:
ceanwang
2020-11-01 08:49:05 +11:00
committed by wmayer
parent cb2da22e86
commit 0166fcd535

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);