Skip to content

Commit

Permalink
Revert "Removing exit call"
Browse files Browse the repository at this point in the history
This reverts commit e536c2e.
  • Loading branch information
mhscott committed Oct 23, 2021
1 parent af6fae5 commit 6e54333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/material/uniaxial/ElasticPowerFunc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ElasticPowerFunc::ElasticPowerFunc(int tag,
if (numTerms != exponents.Size()) {
opserr << "ElasticPowerFunc::ElasticPowerFunc() "
<< "- coefficient and exponent arrays do not have same length.\n";
//exit(-1);
exit(-1);
}

this->revertToStart();
Expand Down

0 comments on commit 6e54333

Please sign in to comment.