mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
modify for coupling-cpp and hpp
This commit is contained in:
@ -18,8 +18,8 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#include "rotatingAxis.H"
|
||||
#include "dictionary.H"
|
||||
#include "rotatingAxis.hpp"
|
||||
#include "dictionary.hpp"
|
||||
|
||||
/*FUNCTION_HD
|
||||
pFlow::rotatingAxis::rotatingAxis()
|
@ -18,10 +18,10 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __rotatingAxis_H__
|
||||
#define __rotatingAxis_H__
|
||||
#ifndef __rotatingAxis_hpp__
|
||||
#define __rotatingAxis_hpp__
|
||||
|
||||
#include "line.H"
|
||||
#include "line.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -29,7 +29,7 @@ namespace pFlow
|
||||
class dictionary;
|
||||
class rotatingAxis;
|
||||
|
||||
#include "rotatingAxisFwd.H"
|
||||
#include "rotatingAxisFwd.hpp"
|
||||
|
||||
class rotatingAxis
|
||||
:
|
||||
@ -107,6 +107,6 @@ inline iIstream& operator >>(iIstream& is, rotatingAxis& ax)
|
||||
}
|
||||
|
||||
|
||||
#include "rotatingAxisI.H"
|
||||
#include "rotatingAxisI.hpp"
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user