Skip to content

Commit

Permalink
Update ElasticMaterialThermal.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott authored Apr 16, 2024
1 parent 0d8c1cb commit 449b283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/material/uniaxial/ElasticMaterialThermal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ ElasticMaterialThermal::setParameter(const char **argv, int argc, Parameter &par
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 449b283

Please sign in to comment.