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:
@ -18,13 +18,13 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __demInteraction_H__
|
||||
#define __demInteraction_H__
|
||||
#ifndef __demInteraction_hpp__
|
||||
#define __demInteraction_hpp__
|
||||
|
||||
#include "property.H"
|
||||
#include "demComponent.H"
|
||||
#include "pointFields.H"
|
||||
#include "triSurfaceFields.H"
|
||||
#include "property.hpp"
|
||||
#include "demComponent.hpp"
|
||||
#include "pointFields.hpp"
|
||||
#include "triSurfaceFields.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -56,4 +56,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif //__interaction_H__
|
||||
#endif //__interaction_hpp__
|
@ -18,7 +18,7 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#include "interaction.H"
|
||||
#include "interaction.hpp"
|
||||
|
||||
|
||||
pFlow::interaction::interaction
|
@ -18,13 +18,13 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __interaction_H__
|
||||
#define __interaction_H__
|
||||
#ifndef __interaction_hpp__
|
||||
#define __interaction_hpp__
|
||||
|
||||
#include "demInteraction.H"
|
||||
#include "eventObserver.H"
|
||||
#include "interactionBase.H"
|
||||
#include "contactSearch.H"
|
||||
#include "demInteraction.hpp"
|
||||
#include "eventObserver.hpp"
|
||||
#include "interactionBase.hpp"
|
||||
#include "contactSearch.hpp"
|
||||
|
||||
|
||||
|
||||
@ -55,7 +55,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TypeName("interaction");
|
||||
TypeInfo("interaction");
|
||||
|
||||
|
||||
//// - constructors
|
||||
@ -106,4 +106,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif //__interaction_H__
|
||||
#endif //__interaction_hpp__
|
@ -18,12 +18,12 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __interactionBase_H__
|
||||
#define __interactionBase_H__
|
||||
#ifndef __interactionBase_hpp__
|
||||
#define __interactionBase_hpp__
|
||||
|
||||
#include "interactionTypes.H"
|
||||
#include "particles.H"
|
||||
#include "geometry.H"
|
||||
#include "interactionTypes.hpp"
|
||||
#include "particles.hpp"
|
||||
#include "geometry.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -81,4 +81,4 @@ public:
|
||||
}
|
||||
|
||||
|
||||
#endif //__interactionBase_H__
|
||||
#endif //__interactionBase_hpp__
|
@ -18,12 +18,12 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __interactionTypes_H__
|
||||
#define __interactionTypes_H__
|
||||
#ifndef __interactionTypes_hpp__
|
||||
#define __interactionTypes_hpp__
|
||||
|
||||
|
||||
|
||||
#include "types.H"
|
||||
#include "types.hpp"
|
||||
|
||||
|
||||
namespace pFlow
|
||||
@ -42,4 +42,4 @@ using ID_TYPE = int32;
|
||||
}
|
||||
|
||||
|
||||
#endif //__interactionTypes_H__
|
||||
#endif //__interactionTypes_hpp__
|
Reference in New Issue
Block a user