From 31b9134e29758169a105c55736122260f12071ef Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Thu, 21 Jan 2016 17:00:03 +0100 Subject: [PATCH] [PL] Make setICs, createDirich/NeumannBCs private. --- ProcessLib/Process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessLib/Process.h b/ProcessLib/Process.h index 812072c3f9b..44c3e5204aa 100644 --- a/ProcessLib/Process.h +++ b/ProcessLib/Process.h @@ -131,6 +131,7 @@ protected: std::move(config))); } +private: /// Sets the initial condition values in the solution vector x for a given /// process variable and component. void setInitialConditions(ProcessVariable const& variable, @@ -181,7 +182,6 @@ protected: *_mesh_subset_all_nodes); } -private: /// Creates global matrix, rhs and solution vectors, and the linear solver. void createLinearSolver(std::string const& solver_name) { -- GitLab