From a2e7197bfeafa52f954a064214276594fa9e87d7 Mon Sep 17 00:00:00 2001
From: Shuang Chen <gechenshuang88@gmail.com>
Date: Wed, 11 Dec 2019 16:45:03 +0100
Subject: [PATCH] clang-format all the files related to HeatTransportBHE
 process

---
 ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp        | 2 +-
 ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.h | 3 ++-
 ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.cpp     | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp b/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp
index 6777380c8eb..945ae14126e 100644
--- a/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp
+++ b/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp
@@ -35,7 +35,7 @@ BHECommonCoaxial::pipeHeatCapacities() const
 }
 
 double BHECommonCoaxial::updateFlowRateAndTemperature(double const T_out,
-                                             double const current_time)
+                                                      double const current_time)
 {
     auto values =
         visit([&](auto const& control) { return control(T_out, current_time); },
diff --git a/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.h b/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.h
index 2aa56acf913..bfc3debc09b 100644
--- a/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.h
+++ b/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.h
@@ -11,8 +11,9 @@
 #pragma once
 
 #include <memory>
-#include "ProcessLib/Process.h"
+
 #include "MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h"
+#include "ProcessLib/Process.h"
 
 namespace ProcessLib
 {
diff --git a/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.cpp b/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.cpp
index c512f3ada9c..30ec7782944 100644
--- a/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.cpp
+++ b/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.cpp
@@ -195,8 +195,8 @@ void HeatTransportBHEProcess::computeSecondaryVariableConcrete(
     ProcessLib::ProcessVariable const& pv = getProcessVariables(process_id)[0];
     GlobalExecutor::executeSelectedMemberOnDereferenced(
         &HeatTransportBHELocalAssemblerInterface::computeSecondaryVariable,
-        _local_assemblers, pv.getActiveElementIDs(),
-        getDOFTable(process_id), t, x, _coupled_solutions);
+        _local_assemblers, pv.getActiveElementIDs(), getDOFTable(process_id), t,
+        x, _coupled_solutions);
 }
 
 #ifdef OGS_USE_PYTHON
-- 
GitLab