diff --git a/MaterialLib/MPL/CreateProperty.cpp b/MaterialLib/MPL/CreateProperty.cpp index bafdd151fad50cb2d9287c0bf259f02b352cc6b0..c28569304728a94c15d9d4a042d9f07ea7823f47 100644 --- a/MaterialLib/MPL/CreateProperty.cpp +++ b/MaterialLib/MPL/CreateProperty.cpp @@ -34,7 +34,7 @@ std::unique_ptr<MaterialPropertyLib::Property> createProperty( using namespace MaterialPropertyLib; // Parsing the property type: //! \ogs_file_param{properties__property__type} - auto const property_type = config.getConfigParameter<std::string>("type"); + auto const property_type = config.peekConfigParameter<std::string>("type"); // If (and only if) the given property type is 'constant', a corresponding // value is needed.