Skip to content

Commit

Permalink
Update FEM_ObjectBrokerAllClasses.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott authored May 20, 2024
1 parent 61c2d01 commit 5595ec8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SRC/actor/objectBroker/FEM_ObjectBrokerAllClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
#include "HystereticSMMaterial.h"
#include "OOHystereticMaterial.h"
#include "EPPGapMaterial.h"
#include "HookGap.h"
#include "ViscousMaterial.h"
#include "ViscousDamper.h"
#include "BilinearOilDamper.h"
Expand Down Expand Up @@ -1829,6 +1830,9 @@ FEM_ObjectBrokerAllClasses::getNewUniaxialMaterial(int classTag)
case MAT_TAG_EPPGap:
return new EPPGapMaterial();

case MAT_TAG_HookGap:
return new HookGap();

case MAT_TAG_Viscous:
return new ViscousMaterial();

Expand Down

0 comments on commit 5595ec8

Please sign in to comment.