From 0166fcd5356c52c170a6d48d131bbbe39aa282a6 Mon Sep 17 00:00:00 2001 From: ceanwang Date: Sun, 1 Nov 2020 08:49:05 +1100 Subject: [PATCH] Added readNastran95() --- src/Mod/Fem/App/FemMesh.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Fem/App/FemMesh.h b/src/Mod/Fem/App/FemMesh.h index a46c6b7777..ce1bd8d88f 100644 --- a/src/Mod/Fem/App/FemMesh.h +++ b/src/Mod/Fem/App/FemMesh.h @@ -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);