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:
@ -19,8 +19,8 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#include "planeWall.H"
|
||||
#include "line.H"
|
||||
#include "planeWall.hpp"
|
||||
#include "line.hpp"
|
||||
|
||||
bool pFlow::planeWall::readPlaneWall
|
||||
(
|
@ -19,12 +19,12 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#ifndef __planeWall_H__
|
||||
#define __planeWall_H__
|
||||
#ifndef __planeWall_hpp__
|
||||
#define __planeWall_hpp__
|
||||
|
||||
|
||||
#include "Wall.H"
|
||||
#include "types.H"
|
||||
#include "Wall.hpp"
|
||||
#include "types.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -59,7 +59,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TypeName("planeWall");
|
||||
TypeInfo("planeWall");
|
||||
|
||||
planeWall();
|
||||
|
Reference in New Issue
Block a user