From 3a8c07f9a1f26f388c9de4c4cd67c339db22d1c7 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Mon, 19 Aug 2019 18:22:24 +0200 Subject: [PATCH] google-readability-namespace-comments --- Applications/FileIO/FEFLOW/FEFLOWGeoInterface.h | 2 +- Applications/FileIO/FEFLOW/FEFLOWMeshInterface.h | 2 +- Applications/FileIO/XmlIO/Qt/XmlLutReader.h | 2 +- Applications/FileIO/XmlIO/Qt/XmlNumInterface.h | 2 +- GeoLib/IO/XmlIO/Qt/XmlGmlInterface.h | 2 +- .../TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.h | 2 +- MeshLib/MeshQuality/ElementQualityInterface.h | 2 +- ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h | 2 +- .../CreateTwoPhaseFlowPrhoMaterialProperties.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.h b/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.h index 7377af80583..0dbd6a52f5f 100644 --- a/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.h +++ b/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.h @@ -55,4 +55,4 @@ private: static void readPoints(QDomElement& nodesEle, const std::string& tag, int dim, std::vector<GeoLib::Point*>& points); }; -} // FileIO +} // namespace FileIO diff --git a/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.h b/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.h index f73d6170708..85bf27e4ad3 100644 --- a/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.h +++ b/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.h @@ -123,4 +123,4 @@ private: std::vector<MeshLib::Element*> const& vec_elements, std::vector<int>& material_ids); }; -} // FileIO +} // namespace FileIO diff --git a/Applications/FileIO/XmlIO/Qt/XmlLutReader.h b/Applications/FileIO/XmlIO/Qt/XmlLutReader.h index 521c40719a5..c0a8ef4ec6d 100644 --- a/Applications/FileIO/XmlIO/Qt/XmlLutReader.h +++ b/Applications/FileIO/XmlIO/Qt/XmlLutReader.h @@ -99,4 +99,4 @@ public: }; - } +} // namespace FileIO diff --git a/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h b/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h index 339d77c49c0..2d4538ce40e 100644 --- a/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h +++ b/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h @@ -41,4 +41,4 @@ protected: bool write() override; }; -} +} // namespace FileIO diff --git a/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.h b/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.h index 688743f7547..96769146e71 100644 --- a/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.h +++ b/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.h @@ -71,4 +71,4 @@ private: }; } // end namespace IO -} // end namespace BaseLib +} // namespace GeoLib diff --git a/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.h b/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.h index 6f1d3bc69d4..1c1a3bd1bb5 100644 --- a/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.h +++ b/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.h @@ -35,5 +35,5 @@ createTwoPhaseFlowMaterialProperties( std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const& parameters); -} // end namespace +} // namespace TwoPhaseFlowWithPP } // namespace MaterialLib diff --git a/MeshLib/MeshQuality/ElementQualityInterface.h b/MeshLib/MeshQuality/ElementQualityInterface.h index 83fe3d12aca..8ea1ecdd375 100644 --- a/MeshLib/MeshQuality/ElementQualityInterface.h +++ b/MeshLib/MeshQuality/ElementQualityInterface.h @@ -106,4 +106,4 @@ private: MeshLib::ElementQualityMetric* _quality_tester; }; -} +} // namespace MeshLib diff --git a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h index b92aac81a48..e4575df5fb2 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h @@ -27,5 +27,5 @@ std::unique_ptr<Process> createLiquidFlowProcess( std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const& parameters, unsigned const integration_order, BaseLib::ConfigTree const& config); -} // end of namespace +} // namespace LiquidFlow } // namespace ProcessLib diff --git a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.h b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.h index 976276ae2b5..5899879bca0 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.h @@ -28,5 +28,5 @@ createTwoPhaseFlowPrhoMaterialProperties( std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const& parameters); -} // end namespace +} // namespace TwoPhaseFlowWithPrho } // namespace ProcessLib -- GitLab