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

[MatL] FluidType namespace comment fix.

parent 1dcb2422
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
namespace FluidType namespace FluidType
{ {
enum class Fluid_Type enum class Fluid_Type
{ {
INCOMPRESSIBLE_FLUID, INCOMPRESSIBLE_FLUID,
...@@ -30,4 +29,4 @@ bool checkRequiredParams(Fluid_Type const& f_type, ...@@ -30,4 +29,4 @@ bool checkRequiredParams(Fluid_Type const& f_type,
const char* getErrorMsg(Fluid_Type const& f_type); const char* getErrorMsg(Fluid_Type const& f_type);
} // namespace FluidTypeLib } // namespace FluidType
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