modify for coupling-cpp and hpp

This commit is contained in:
hamidrezanorouzi
2022-12-10 01:32:54 +03:30
parent 878c281d45
commit 8cc47b1c47
393 changed files with 1679 additions and 1679 deletions

View File

@ -18,11 +18,11 @@ Licence:
-----------------------------------------------------------------------------*/
#include "positionOrdered.H"
#include "error.H"
#include "positionOrdered.hpp"
#include "error.hpp"
#include "streams.H"
#include "streams.hpp"
bool pFlow::positionOrdered::findAxisIndex()

View File

@ -18,10 +18,10 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __positionOrdered_H__
#define __positionOrdered_H__
#ifndef __positionOrdered_hpp__
#define __positionOrdered_hpp__
#include "positionParticles.H"
#include "positionParticles.hpp"
namespace pFlow
{
@ -60,7 +60,7 @@ protected:
public:
// - type Info
TypeName("positionOrdered");
TypeInfo("positionOrdered");
positionOrdered(const dictionary& dict);
@ -109,4 +109,4 @@ public:
#endif // __positionOrdered_H__
#endif // __positionOrdered_hpp__