Skip to content
Snippets Groups Projects
Commit 90cab233 authored by HBShaoUFZ's avatar HBShaoUFZ
Browse files

set default value to 1000

parent 6b9a6d25
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ std::unique_ptr<Process> createHeatTransportBHEProcess(
auto const weighting_factor =
//! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__weighting_factor}
config.getConfigParameter<float>("weighting_factor", 100.0);
config.getConfigParameter<float>("weighting_factor", 1000.0);
auto const is_linear =
//! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__linear}
......
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