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,7 +18,7 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#include "dynamicPointStructure.H"
|
||||
#include "dynamicPointStructure.hpp"
|
||||
|
||||
|
||||
pFlow::dynamicPointStructure::dynamicPointStructure
|
@ -19,13 +19,13 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#ifndef __dynamicPointStructure_H__
|
||||
#define __dynamicPointStructure_H__
|
||||
#ifndef __dynamicPointStructure_hpp__
|
||||
#define __dynamicPointStructure_hpp__
|
||||
|
||||
#include "Time.H"
|
||||
#include "pointFields.H"
|
||||
#include "integrations.H"
|
||||
#include "uniquePtr.H"
|
||||
#include "Time.hpp"
|
||||
#include "pointFields.hpp"
|
||||
#include "integrations.hpp"
|
||||
#include "uniquePtr.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -51,7 +51,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TypeName("dynamicPointStructure");
|
||||
TypeInfo("dynamicPointStructure");
|
||||
|
||||
dynamicPointStructure(Time& time, const word& integrationMethod);
|
||||
|
Reference in New Issue
Block a user