From 0144e5c558b912d58c233d26b3a70d0cdf310f9e Mon Sep 17 00:00:00 2001 From: yisangriB Date: Thu, 29 Sep 2022 15:19:57 -0700 Subject: [PATCH] sy - commenting out customFEM --- FEM/FEM_Selection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FEM/FEM_Selection.cpp b/FEM/FEM_Selection.cpp index 70127253..2724c9a6 100644 --- a/FEM/FEM_Selection.cpp +++ b/FEM/FEM_Selection.cpp @@ -57,7 +57,7 @@ FEM_Selection::FEM_Selection(bool inclMulti, QWidget *parent) this->addComponent(QString("Python"), QString("OpenSeesPy"), openseesPy); this->addComponent(QString("FEAPpv"), QString("FEAPpv"), FEAPpv); this->addComponent(QString("SurrogateGP"), QString("SurrogateGP"), surrogateGp); - this->addComponent(QString("CustomFEM"), QString("CustomFEM"), customFEM); + //this->addComponent(QString("CustomFEM"), QString("CustomFEM"), customFEM); this->addComponent(QString("None"), QString("None"), new SimCenterAppWidget()); if (inclMulti == true) {