Skip to content

Commit

Permalink
Update Ratchet.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott authored Apr 26, 2024
1 parent 82c9c99 commit d3b8a7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SRC/material/uniaxial/Ratchet.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ class Ratchet : public UniaxialMaterial

~Ratchet();

const char *getClassType(void) const {return "Ratchet";}

int setTrialStrain(double strain, double strainRate = 0.0);
double getStrain(void);
double getStress(void);
Expand Down

0 comments on commit d3b8a7e

Please sign in to comment.