pFlow -> pFlow::postprocessData
This commit is contained in:
parent
be807e4a71
commit
cbac1e97b5
|
@ -168,6 +168,6 @@ public:
|
|||
};
|
||||
|
||||
|
||||
}
|
||||
} // namespace pFlow::postprocessData
|
||||
|
||||
#endif //__PostprocessOperationAvMassVelocity_hpp__
|
|
@ -28,7 +28,7 @@ Licence:
|
|||
#include "span.hpp"
|
||||
#include "numericConstants.hpp"
|
||||
|
||||
namespace pFlow
|
||||
namespace pFlow::postprocessData
|
||||
{
|
||||
|
||||
class GaussianDistribution
|
||||
|
|
|
@ -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__
|
|
@ -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__
|
Loading…
Reference in New Issue