Skip to content

Commit

Permalink
Added readNastran95()
Browse files Browse the repository at this point in the history
  • Loading branch information
ceanwang authored and wwmayer committed Feb 4, 2021
1 parent 59ec3cb commit 67ee247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/App/FemMesh.h
Expand Up @@ -169,6 +169,7 @@ class AppFemExport FemMesh : public Data::ComplexGeoData
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);

Expand Down

0 comments on commit 67ee247

Please sign in to comment.