mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
modify for coupling-cpp and hpp
This commit is contained in:
@ -18,9 +18,9 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#include "fixedWall.H"
|
||||
#include "dictionary.H"
|
||||
#include "vocabs.H"
|
||||
#include "fixedWall.hpp"
|
||||
#include "dictionary.hpp"
|
||||
#include "vocabs.hpp"
|
||||
|
||||
bool pFlow::fixedWall::readDictionary
|
||||
(
|
@ -18,14 +18,14 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __fixedWall_H__
|
||||
#define __fixedWall_H__
|
||||
#ifndef __fixedWall_hpp__
|
||||
#define __fixedWall_hpp__
|
||||
|
||||
|
||||
#include "types.H"
|
||||
#include "typeInfo.H"
|
||||
#include "Vectors.H"
|
||||
#include "uniquePtr.H"
|
||||
#include "types.hpp"
|
||||
#include "typeInfo.hpp"
|
||||
#include "Vectors.hpp"
|
||||
#include "uniquePtr.hpp"
|
||||
|
||||
|
||||
|
||||
@ -89,7 +89,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TypeNameNV("fixedWall");
|
||||
TypeInfoNV("fixedWall");
|
||||
|
||||
// empty
|
||||
fixedWall();
|
||||
@ -167,4 +167,4 @@ public:
|
||||
|
||||
} // pFlow
|
||||
|
||||
#endif //__fixed_H__
|
||||
#endif //__fixed_hpp__
|
Reference in New Issue
Block a user