Skip to content

Commit

Permalink
sy - commenting out customFEM
Browse files Browse the repository at this point in the history
  • Loading branch information
yisangriB committed Sep 29, 2022
1 parent 6c2a5c6 commit 0144e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FEM/FEM_Selection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0144e5c

Please sign in to comment.