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,10 +18,10 @@ Licence:
-----------------------------------------------------------------------------*/
#include "sphereShape.H"
#include "dictionary.H"
#include "vocabs.H"
#include "streams.H"
#include "sphereShape.hpp"
#include "dictionary.hpp"
#include "vocabs.hpp"
#include "streams.hpp"
bool pFlow::sphereShape::insertNames

View File

@ -18,11 +18,11 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __sphereShape_H__
#define __sphereShape_H__
#ifndef __sphereShape_hpp__
#define __sphereShape_hpp__
#include "Vectors.H"
#include "hashMap.H"
#include "Vectors.hpp"
#include "hashMap.hpp"
namespace pFlow
{
@ -54,7 +54,7 @@ protected:
public:
// - type info
TypeNameNV("sphereShape");
TypeInfoNV("sphereShape");
sphereShape(){}
@ -174,4 +174,4 @@ public:
} // pFlow
#endif //__sphereShape_H__
#endif //__sphereShape_hpp__