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,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__

View File

@ -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__

View File

@ -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__

View File

@ -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__