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

@ -1,5 +1,5 @@
#include "cylinderWall.H"
#include "line.H"
#include "cylinderWall.hpp"
#include "line.hpp"
bool pFlow::cylinderWall::readCylinderWall(const dictionary& dict)

View File

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