Skip to content
Snippets Groups Projects
Commit 940ef90b authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MatL] Reformat comment. Fix \ogs_file_param.

Placement of \ogs_file_param was wrong after previos reformatting.
parent 0f3b7644
No related branches found
No related tags found
No related merge requests found
......@@ -33,12 +33,12 @@ std::unique_ptr<MaterialPropertyLib::Property> createProperty(
//! \ogs_file_param{properties__property__type}
auto const property_type = config.getConfigParameter<std::string>("type");
// If (and only if) the given property type is 'constant', a
// corresponding value is needed.
// If (and only if) the given property type is 'constant', a corresponding
// value is needed.
if (property_type == "Constant")
{
//! \ogs_file_param{properties__property__Constant__value}
std::vector<double> const values =
//! \ogs_file_param{properties__property__Constant__value}
config.getConfigParameter<std::vector<double>>("value");
switch (values.size())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment