Skip to content

Commit

Permalink
cmp - clean cmake changes
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Sep 20, 2021
1 parent 4a735a0 commit 34a3b7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SRC/actor/objectBroker/FEM_ObjectBrokerAllClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -891,10 +891,8 @@ FEM_ObjectBrokerAllClasses::getNewElement(int classTag)
case ELE_TAG_TripleFrictionPendulum:
return new TripleFrictionPendulum();

#if !defined(OPS_EXCLUDE_ELEMENT_PFEM)
case ELE_TAG_PFEMElement2D:
return new PFEMElement2D();
#endif // OPS_EXCLUDE_ELEMENT_PFEM

case ELE_TAG_RockingBC:
return new RockingBC();
Expand Down

0 comments on commit 34a3b7d

Please sign in to comment.