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,7 +19,7 @@ Licence:
-----------------------------------------------------------------------------*/
#include "Wall.H"
#include "Wall.hpp"
bool pFlow::Wall::readCommon(const dictionary& dict)
{

View File

@ -19,13 +19,13 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __Wall_H__
#define __Wall_H__
#ifndef __Wall_hpp__
#define __Wall_hpp__
#include "virtualConstructor.H"
#include "Vectors.H"
#include "dictionary.H"
#include "virtualConstructor.hpp"
#include "Vectors.hpp"
#include "dictionary.hpp"
namespace pFlow
{
@ -55,7 +55,7 @@ protected:
public:
// - type info
TypeName("Wall");
TypeInfo("Wall");
//// - Constructors