pFlow -> pFlow::postprocessData

This commit is contained in:
Hamidreza 2025-04-24 23:39:31 +03:30
parent be807e4a71
commit cbac1e97b5
4 changed files with 14 additions and 4 deletions

View File

@ -168,6 +168,6 @@ public:
};
}
} // namespace pFlow::postprocessData
#endif //__PostprocessOperationAvMassVelocity_hpp__

View File

@ -28,7 +28,7 @@ Licence:
#include "span.hpp"
#include "numericConstants.hpp"
namespace pFlow
namespace pFlow::postprocessData
{
class GaussianDistribution

View File

@ -32,6 +32,9 @@ namespace pFlow
class dictionary;
namespace postprocessData
{
class arithmetic
{
private:
@ -86,6 +89,8 @@ public:
};
}
} // namespace postprocessData
} // namespace pFlow
#endif //__arithmetic_hpp__

View File

@ -32,6 +32,9 @@ namespace pFlow
class dictionary;
namespace postprocessData
{
class uniformDistribution
{
private:
@ -86,6 +89,8 @@ public:
};
}
} // namespace postprocessData
} // namespace pFlow
#endif //__uniformDistribution_hpp__