Skip to content
Snippets Groups Projects
Commit 3a8c07f9 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

google-readability-namespace-comments

parent 9de081f8
No related branches found
No related tags found
No related merge requests found
...@@ -55,4 +55,4 @@ private: ...@@ -55,4 +55,4 @@ private:
static void readPoints(QDomElement& nodesEle, const std::string& tag, static void readPoints(QDomElement& nodesEle, const std::string& tag,
int dim, std::vector<GeoLib::Point*>& points); int dim, std::vector<GeoLib::Point*>& points);
}; };
} // FileIO } // namespace FileIO
...@@ -123,4 +123,4 @@ private: ...@@ -123,4 +123,4 @@ private:
std::vector<MeshLib::Element*> const& vec_elements, std::vector<MeshLib::Element*> const& vec_elements,
std::vector<int>& material_ids); std::vector<int>& material_ids);
}; };
} // FileIO } // namespace FileIO
...@@ -99,4 +99,4 @@ public: ...@@ -99,4 +99,4 @@ public:
}; };
} } // namespace FileIO
...@@ -41,4 +41,4 @@ protected: ...@@ -41,4 +41,4 @@ protected:
bool write() override; bool write() override;
}; };
} } // namespace FileIO
...@@ -71,4 +71,4 @@ private: ...@@ -71,4 +71,4 @@ private:
}; };
} // end namespace IO } // end namespace IO
} // end namespace BaseLib } // namespace GeoLib
...@@ -35,5 +35,5 @@ createTwoPhaseFlowMaterialProperties( ...@@ -35,5 +35,5 @@ createTwoPhaseFlowMaterialProperties(
std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const& std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const&
parameters); parameters);
} // end namespace } // namespace TwoPhaseFlowWithPP
} // namespace MaterialLib } // namespace MaterialLib
...@@ -106,4 +106,4 @@ private: ...@@ -106,4 +106,4 @@ private:
MeshLib::ElementQualityMetric* _quality_tester; MeshLib::ElementQualityMetric* _quality_tester;
}; };
} } // namespace MeshLib
...@@ -27,5 +27,5 @@ std::unique_ptr<Process> createLiquidFlowProcess( ...@@ -27,5 +27,5 @@ std::unique_ptr<Process> createLiquidFlowProcess(
std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const& parameters, std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const& parameters,
unsigned const integration_order, unsigned const integration_order,
BaseLib::ConfigTree const& config); BaseLib::ConfigTree const& config);
} // end of namespace } // namespace LiquidFlow
} // namespace ProcessLib } // namespace ProcessLib
...@@ -28,5 +28,5 @@ createTwoPhaseFlowPrhoMaterialProperties( ...@@ -28,5 +28,5 @@ createTwoPhaseFlowPrhoMaterialProperties(
std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const& std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const&
parameters); parameters);
} // end namespace } // namespace TwoPhaseFlowWithPrho
} // namespace ProcessLib } // namespace ProcessLib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment