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

Remove unnecessary ogs_file_parameter for TM/dimension.

parent 6361e468
No related branches found
No related tags found
No related merge requests found
...@@ -471,7 +471,6 @@ void ProjectData::parseProcesses(BaseLib::ConfigTree const& processes_config, ...@@ -471,7 +471,6 @@ void ProjectData::parseProcesses(BaseLib::ConfigTree const& processes_config,
} }
else if (type == "THERMO_MECHANICS") else if (type == "THERMO_MECHANICS")
{ {
//! \ogs_file_param{prj__processes__process__THERMO_MECHANICS__dimension}
switch (_mesh_vec[0]->getDimension()) switch (_mesh_vec[0]->getDimension())
{ {
case 2: case 2:
......
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