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

@ -19,11 +19,11 @@ Licence:
-----------------------------------------------------------------------------*/
#include "positionRandom.H"
#include "uniformRandomReal.H"
#include "NBSLevel0.H"
#include "unsortedPairs.H"
#include "box.H"
#include "positionRandom.hpp"
#include "uniformRandomReal.hpp"
#include "NBSLevel0.hpp"
#include "unsortedPairs.hpp"
#include "box.hpp"

View File

@ -19,12 +19,12 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __positionOrdered_H__
#define __positionOrdered_H__
#ifndef __positionOrdered_hpp__
#define __positionOrdered_hpp__
#include "positionParticles.H"
#include "VectorSingles.H"
#include "VectorDuals.H"
#include "positionParticles.hpp"
#include "VectorSingles.hpp"
#include "VectorDuals.hpp"
namespace pFlow
@ -64,7 +64,7 @@ protected:
public:
// - type Info
TypeName("positionRandom");
TypeInfo("positionRandom");
positionRandom(const dictionary& dict);
@ -115,4 +115,4 @@ public:
#endif // __positionOrdered_H__
#endif // __positionOrdered_hpp__