mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
modify for coupling-cpp and hpp
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#include "cylinderWall.H"
|
||||
#include "line.H"
|
||||
#include "cylinderWall.hpp"
|
||||
#include "line.hpp"
|
||||
|
||||
|
||||
bool pFlow::cylinderWall::readCylinderWall(const dictionary& dict)
|
@ -19,11 +19,11 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#ifndef __cylinderWall_H__
|
||||
#define __cylinderWall_H__
|
||||
#ifndef __cylinderWall_hpp__
|
||||
#define __cylinderWall_hpp__
|
||||
|
||||
#include "Wall.H"
|
||||
#include "zAxis.H"
|
||||
#include "Wall.hpp"
|
||||
#include "zAxis.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -40,7 +40,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TypeName("cylinderWall");
|
||||
TypeInfo("cylinderWall");
|
||||
|
||||
cylinderWall();
|
||||
|
||||
@ -60,4 +60,4 @@ public:
|
||||
|
||||
|
||||
|
||||
#endif //__cylinderWall_H__
|
||||
#endif //__cylinderWall_hpp__
|
Reference in New Issue
Block a user