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

@ -18,9 +18,9 @@ Licence:
-----------------------------------------------------------------------------*/
#include "fixedWall.H"
#include "dictionary.H"
#include "vocabs.H"
#include "fixedWall.hpp"
#include "dictionary.hpp"
#include "vocabs.hpp"
bool pFlow::fixedWall::readDictionary
(

View File

@ -18,14 +18,14 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __fixedWall_H__
#define __fixedWall_H__
#ifndef __fixedWall_hpp__
#define __fixedWall_hpp__
#include "types.H"
#include "typeInfo.H"
#include "Vectors.H"
#include "uniquePtr.H"
#include "types.hpp"
#include "typeInfo.hpp"
#include "Vectors.hpp"
#include "uniquePtr.hpp"
@ -89,7 +89,7 @@ protected:
public:
TypeNameNV("fixedWall");
TypeInfoNV("fixedWall");
// empty
fixedWall();
@ -167,4 +167,4 @@ public:
} // pFlow
#endif //__fixed_H__
#endif //__fixed_hpp__