Skip to content

Commit

Permalink
Turn it off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
reverendbedford committed Feb 12, 2025
1 parent 5bb10fa commit 12b5c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hardening.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ ParameterSet Chaboche::parameters()
pset.add_parameter<std::vector<NEMLObject>>("A");
pset.add_parameter<std::vector<NEMLObject>>("a");

pset.add_optional_parameter<bool>("noniso", true);
pset.add_optional_parameter<bool>("noniso", false);

return pset;
}
Expand Down

0 comments on commit 12b5c24

Please sign in to comment.