mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
change of namespace from pFlow to pFlow::postprocessData
This commit is contained in:
@ -47,11 +47,15 @@ Licence:
|
||||
#include "virtualConstructor.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
class dictionary;
|
||||
}
|
||||
|
||||
namespace pFlow::postprocessData
|
||||
{
|
||||
|
||||
// forward declaration
|
||||
class fieldsDataBase;
|
||||
class dictionary;
|
||||
|
||||
|
||||
class includeMask
|
||||
@ -188,7 +192,7 @@ public:
|
||||
|
||||
|
||||
|
||||
} // pFlow
|
||||
} // pFlow::postprocessData
|
||||
|
||||
#endif //__IncludeMask_hpp__
|
||||
|
||||
|
Reference in New Issue
Block a user