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,14 +18,14 @@ Licence:
-----------------------------------------------------------------------------*/
#include "positionParticles.H"
#include "box.H"
#include "cylinder.H"
#include "sphere.H"
#include "cells.H"
#include "contactSearchFunctions.H"
#include "positionParticles.hpp"
#include "box.hpp"
#include "cylinder.hpp"
#include "sphere.hpp"
#include "cells.hpp"
#include "contactSearchFunctions.hpp"
#include "streams.H"
#include "streams.hpp"
pFlow::realx3Vector pFlow::positionParticles::sortByMortonCode(realx3Vector& position)const

View File

@ -18,12 +18,12 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __positionParticles_H__
#define __positionParticles_H__
#ifndef __positionParticles_hpp__
#define __positionParticles_hpp__
#include "virtualConstructor.H"
#include "Vectors.H"
#include "dictionary.H"
#include "virtualConstructor.hpp"
#include "Vectors.hpp"
#include "dictionary.hpp"
namespace pFlow
{
@ -116,7 +116,7 @@ protected:
public:
// - type Info
TypeName("positionParticles");
TypeInfo("positionParticles");
positionParticles(const dictionary& dict);
@ -167,4 +167,4 @@ public:
#endif // __positionParticles_H__
#endif // __positionParticles_hpp__