mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
change of namespace from pFlow to pFlow::postprocessData
This commit is contained in:
@ -27,7 +27,7 @@ Licence:
|
||||
#include "iOstream.hpp"
|
||||
#include "regionField.hpp"
|
||||
|
||||
namespace pFlow
|
||||
namespace pFlow::postprocessData
|
||||
{
|
||||
|
||||
/// Type alias for processed region field types.
|
||||
@ -95,6 +95,6 @@ bool writeField
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace pFlow
|
||||
} // namespace pFlow::postprocessData
|
||||
|
||||
#endif //__postprocessOperationFunctions_hpp__
|
Reference in New Issue
Block a user