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,10 +18,10 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __sortedContactList_H__
|
||||
#define __sortedContactList_H__
|
||||
#ifndef __sortedContactList_hpp__
|
||||
#define __sortedContactList_hpp__
|
||||
|
||||
#include "sortedPairs.H"
|
||||
#include "sortedPairs.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -78,7 +78,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TypeNameNV("sortedContactList");
|
||||
TypeInfoNV("sortedContactList");
|
||||
|
||||
|
||||
sortedContactList(int32 initialSize =1)
|
||||
@ -168,4 +168,4 @@ public:
|
||||
|
||||
|
||||
|
||||
#endif //__sortedContactList_H__
|
||||
#endif //__sortedContactList_hpp__
|
@ -19,11 +19,11 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#ifndef __sortedPairs_H__
|
||||
#define __sortedPairs_H__
|
||||
#ifndef __sortedPairs_hpp__
|
||||
#define __sortedPairs_hpp__
|
||||
|
||||
#include "unsortedPairs.H"
|
||||
#include "KokkosUtilities.H"
|
||||
#include "unsortedPairs.hpp"
|
||||
#include "KokkosUtilities.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -106,7 +106,7 @@ protected:
|
||||
public:
|
||||
|
||||
// - type info
|
||||
TypeNameNV("sortedPairs");
|
||||
TypeInfoNV("sortedPairs");
|
||||
|
||||
|
||||
// constructors
|
||||
@ -255,4 +255,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif //__sortedPairs_H__
|
||||
#endif //__sortedPairs_hpp__
|
@ -18,8 +18,8 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __unsortedContactList_H__
|
||||
#define __unsortedContactList_H__
|
||||
#ifndef __unsortedContactList_hpp__
|
||||
#define __unsortedContactList_hpp__
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -78,7 +78,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TypeNameNV("unsortedContactList");
|
||||
TypeInfoNV("unsortedContactList");
|
||||
|
||||
unsortedContactList(int32 capacity=1)
|
||||
:
|
||||
@ -172,4 +172,4 @@ public:
|
||||
} // pFlow
|
||||
|
||||
|
||||
#endif //__unsortedContactList_H__
|
||||
#endif //__unsortedContactList_hpp__
|
@ -18,11 +18,11 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __unsortedPairs_H__
|
||||
#define __unsortedPairs_H__
|
||||
#ifndef __unsortedPairs_hpp__
|
||||
#define __unsortedPairs_hpp__
|
||||
|
||||
#include "KokkosTypes.H"
|
||||
#include "types.H"
|
||||
#include "KokkosTypes.hpp"
|
||||
#include "types.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -81,7 +81,7 @@ protected:
|
||||
public:
|
||||
|
||||
// - type info
|
||||
TypeNameNV("unsorderedPairs");
|
||||
TypeInfoNV("unsorderedPairs");
|
||||
|
||||
// constructor
|
||||
unsortedPairs(int32 capacity=1)
|
||||
@ -213,4 +213,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif //__unsortedPairs_H__
|
||||
#endif //__unsortedPairs_hpp__
|
Reference in New Issue
Block a user