mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-08-07 03:37:02 +00:00
change of namespace from pFlow to pFlow::postprocessData
This commit is contained in:
@ -22,9 +22,11 @@ Licence:
|
||||
#define __postprocessTimeControl_hpp__
|
||||
|
||||
#include "baseTimeControl.hpp"
|
||||
#include "dictionary.hpp"
|
||||
|
||||
namespace pFlow
|
||||
namespace pFlow::postprocessData
|
||||
{
|
||||
|
||||
class postprocessTimeControl
|
||||
:
|
||||
public baseTimeControl
|
||||
@ -60,6 +62,6 @@ postprocessTimeControl(
|
||||
// Additional methods and members can be added here
|
||||
};
|
||||
|
||||
} // namespace pFlow
|
||||
} // namespace pFlow::postprocessData
|
||||
|
||||
#endif // __postprocessTimeControl_hpp__
|
Reference in New Issue
Block a user