diff --git a/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp b/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp index 2825a45e5ba94d9322101adcbbd5baa138f5b7b4..299efc258b2859cf1691f37200be36e6e4de5e08 100644 --- a/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp +++ b/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp @@ -97,7 +97,8 @@ std::unique_ptr<Process> createRichardsFlowProcess( return std::make_unique<RichardsFlowProcess>( mesh, std::move(jacobian_assembler), parameters, integration_order, std::move(process_variables), std::move(process_data), - std::move(secondary_variables), std::move(named_function_caller),mat_config,curves };} + std::move(secondary_variables), std::move(named_function_caller),mat_config,curves ); +} } // namespace RichardsFlow } // namespace ProcessLib diff --git a/Tests/Data b/Tests/Data index a456c5b48e931239647852196feef1ca6fb0dece..1b30c432bbe45271710b54e83f84ad4f5d75a033 160000 --- a/Tests/Data +++ b/Tests/Data @@ -1 +1 @@ -Subproject commit a456c5b48e931239647852196feef1ca6fb0dece +Subproject commit 1b30c432bbe45271710b54e83f84ad4f5d75a033