Skip to content

Commit

Permalink
Update ElasticMaterial.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott authored Apr 15, 2024
1 parent 1fe39ca commit 0d8c1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/material/uniaxial/ElasticMaterial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ ElasticMaterial::setParameter(const char **argv, int argc, Parameter &param)
param.setValue(Eneg);
return param.addObject(3, this);
}
else if (strcmp(argv[0],"eta") == 0) {
if (strcmp(argv[0],"eta") == 0) {
param.setValue(eta);
return param.addObject(4, this);
}
Expand Down

0 comments on commit 0d8c1cb

Please sign in to comment.