Skip to content

Commit

Permalink
Fix Issue #664
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Dec 18, 2024
1 parent af38204 commit 597b616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfront/src/ZMATInterface.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ namespace mfront {

std::pair<std::vector<BehaviourMaterialProperty>, SupportedTypes::TypeSize>
ZMATInterface::buildMaterialPropertiesList(
const BehaviourDescription& bd, const Hypothesis h) const override {
const BehaviourDescription& bd, const Hypothesis h) const {
const auto opts = BuildMaterialPropertiesListOptions{
.useMaterialPropertiesToBuildStiffnessTensor = false,
.useMaterialPropertiesToBuildThermalExpansionCoefficientTensor = false};
Expand Down

0 comments on commit 597b616

Please sign in to comment.