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,9 +18,9 @@ Licence:
-----------------------------------------------------------------------------*/
#include "sphereParticles.H"
#include "setFieldList.H"
#include "sphereParticlesKernels.H"
#include "sphereParticles.hpp"
#include "setFieldList.hpp"
#include "sphereParticlesKernels.hpp"
pFlow::uniquePtr<pFlow::List<pFlow::eventObserver*>>
pFlow::sphereParticles::getFieldObjectList()const

View File

@ -27,14 +27,14 @@ Licence:
defining spherical prticles in a DEM simulation.
*/
#ifndef __sphereParticles_H__
#define __sphereParticles_H__
#ifndef __sphereParticles_hpp__
#define __sphereParticles_hpp__
#include "systemControl.H"
#include "particles.H"
#include "sphereShape.H"
#include "property.H"
#include "indexContainer.H"
#include "systemControl.hpp"
#include "particles.hpp"
#include "sphereShape.hpp"
#include "property.hpp"
#include "indexContainer.hpp"
@ -185,4 +185,4 @@ public:
} // pFlow
#endif //__sphereParticles_H__
#endif //__sphereParticles_hpp__

View File

@ -18,8 +18,8 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __sphereParticlesKernels_H__
#define __sphereParticlesKernels_H__
#ifndef __sphereParticlesKernels_hpp__
#define __sphereParticlesKernels_hpp__
namespace pFlow::sphereParticlesKernels
{