From 271363c637a85f1a9ed9740efe799a91a72f2625 Mon Sep 17 00:00:00 2001 From: Yonghui <huangyh56@gmail.com> Date: Wed, 24 May 2017 12:32:57 +0200 Subject: [PATCH] Delete extra bracket --- ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp | 3 ++- Tests/Data | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp b/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp index 2825a45e5ba..299efc258b2 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 a456c5b48e9..1b30c432bbe 160000 --- a/Tests/Data +++ b/Tests/Data @@ -1 +1 @@ -Subproject commit a456c5b48e931239647852196feef1ca6fb0dece +Subproject commit 1b30c432bbe45271710b54e83f84ad4f5d75a033 -- GitLab