mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
modify for coupling-cpp and hpp
This commit is contained in:
@ -19,10 +19,10 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#ifndef __demParticles_H__
|
||||
#define __demParticles_H__
|
||||
#ifndef __demParticles_hpp__
|
||||
#define __demParticles_hpp__
|
||||
|
||||
#include "demComponent.H"
|
||||
#include "demComponent.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
@ -18,11 +18,11 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __particleIdHandler_H__
|
||||
#define __particleIdHandler_H__
|
||||
#ifndef __particleIdHandler_hpp__
|
||||
#define __particleIdHandler_hpp__
|
||||
|
||||
|
||||
#include "pointFields.H"
|
||||
#include "pointFields.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
@ -19,7 +19,7 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#include "particles.H"
|
||||
#include "particles.hpp"
|
||||
|
||||
|
||||
pFlow::particles::particles
|
@ -19,12 +19,12 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#ifndef __particles_H__
|
||||
#define __particles_H__
|
||||
#ifndef __particles_hpp__
|
||||
#define __particles_hpp__
|
||||
|
||||
#include "dynamicPointStructure.H"
|
||||
#include "particleIdHandler.H"
|
||||
#include "demParticles.H"
|
||||
#include "dynamicPointStructure.hpp"
|
||||
#include "particleIdHandler.hpp"
|
||||
#include "demParticles.hpp"
|
||||
namespace pFlow
|
||||
{
|
||||
|
||||
@ -88,7 +88,7 @@ protected:
|
||||
public:
|
||||
|
||||
// type info
|
||||
TypeName("particles");
|
||||
TypeInfo("particles");
|
||||
|
||||
particles(systemControl& control, const word& integrationMethod);
|
||||
|
||||
@ -288,4 +288,4 @@ public:
|
||||
|
||||
} // pFlow
|
||||
|
||||
#endif //__particles_H__
|
||||
#endif //__particles_hpp__
|
Reference in New Issue
Block a user