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,12 +19,12 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __geometryMotion_H__
#define __geometryMotion_H__
#ifndef __geometryMotion_hpp__
#define __geometryMotion_hpp__
#include "geometry.H"
#include "VectorDuals.H"
#include "geometry.hpp"
#include "VectorDuals.hpp"
namespace pFlow
{
@ -62,7 +62,7 @@ protected:
public:
// type info
TypeNameTemplate("geometry", MotionModel);
TypeInfoTemplate("geometry", MotionModel);
//// - Constructors
@ -145,11 +145,11 @@ public:
}
#include "geometryMotion.C"
#include "geometryMotion.cpp"
#ifndef BUILD_SHARED_LIBS
#include "geometryMotionsInstantiate.C"
#include "geometryMotionsInstantiate.cpp"
#endif
#endif //__geometryMotion_H__
#endif //__geometryMotion_hpp__

View File

@ -18,8 +18,8 @@ Licence:
-----------------------------------------------------------------------------*/
#include "geometryMotions.H"
#include "geometryMotions.hpp"
#ifdef BUILD_SHARED_LIBS
#include "geometryMotionsInstantiate.C"
#include "geometryMotionsInstantiate.cpp"
#endif

View File

@ -18,12 +18,12 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __geometryMotions_H__
#define __geometryMotions_H__
#ifndef __geometryMotions_hpp__
#define __geometryMotions_hpp__
#include "geometryMotion.H"
#include "fixedWall.H"
#include "rotatingAxisMotion.H"
#include "geometryMotion.hpp"
#include "fixedWall.hpp"
#include "rotatingAxisMotion.hpp"
namespace pFlow

View File

@ -18,8 +18,8 @@ Licence:
-----------------------------------------------------------------------------*/
#include "fixedWall.H"
#include "rotatingAxisMotion.H"
#include "fixedWall.hpp"
#include "rotatingAxisMotion.hpp"
template class pFlow::geometryMotion<pFlow::fixedWall>;