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

@ -19,8 +19,8 @@ Licence:
-----------------------------------------------------------------------------*/
#include "cuboidWall.H"
#include "planeWall.H"
#include "cuboidWall.hpp"
#include "planeWall.hpp"

View File

@ -19,12 +19,12 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __cuboidWall_H__
#define __cuboidWall_H__
#ifndef __cuboidWall_hpp__
#define __cuboidWall_hpp__
#include "Wall.H"
#include "types.H"
#include "Wall.hpp"
#include "types.hpp"
namespace pFlow
{
@ -39,7 +39,7 @@ protected:
public:
TypeName("cuboidWall");
TypeInfo("cuboidWall");
cuboidWall();