mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-08-17 03:47:04 +00:00
modify for coupling-cpp and hpp
This commit is contained in:
@ -18,11 +18,11 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __linearCF_H__
|
||||
#define __linearCF_H__
|
||||
#ifndef __linearCF_hpp__
|
||||
#define __linearCF_hpp__
|
||||
|
||||
#include "types.H"
|
||||
#include "symArrays.H"
|
||||
#include "types.hpp"
|
||||
#include "symArrays.hpp"
|
||||
|
||||
namespace pFlow::cfModels
|
||||
{
|
||||
@ -172,7 +172,7 @@ protected:
|
||||
public:
|
||||
|
||||
|
||||
TypeNameNV(modelName());
|
||||
TypeInfoNV(modelName());
|
||||
|
||||
INLINE_FUNCTION_HD
|
||||
linear(){}
|
@ -18,10 +18,10 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __nonLinearCF_H__
|
||||
#define __nonLinearCF_H__
|
||||
#ifndef __nonLinearCF_hpp__
|
||||
#define __nonLinearCF_hpp__
|
||||
|
||||
#include "types.H"
|
||||
#include "types.hpp"
|
||||
|
||||
namespace pFlow::cfModels
|
||||
{
|
||||
@ -164,7 +164,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TypeNameNV(modelName());
|
||||
TypeInfoNV(modelName());
|
||||
|
||||
INLINE_FUNCTION_HD
|
||||
nonLinear(){}
|
@ -18,10 +18,10 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __nonLinearModCF_H__
|
||||
#define __nonLinearModCF_H__
|
||||
#ifndef __nonLinearModCF_hpp__
|
||||
#define __nonLinearModCF_hpp__
|
||||
|
||||
#include "types.H"
|
||||
#include "types.hpp"
|
||||
|
||||
namespace pFlow::cfModels
|
||||
{
|
||||
@ -148,7 +148,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TypeNameNV(modelName());
|
||||
TypeInfoNV(modelName());
|
||||
|
||||
INLINE_FUNCTION_HD
|
||||
nonLinearMod(){}
|
||||
@ -266,4 +266,4 @@ public:
|
||||
|
||||
} //pFlow::CFModels
|
||||
|
||||
#endif //__nonLinearModCF_H__
|
||||
#endif //__nonLinearModCF_hpp__
|
Reference in New Issue
Block a user