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,7 +18,7 @@ Licence:
-----------------------------------------------------------------------------*/
#include "dynamicPointStructure.H"
#include "dynamicPointStructure.hpp"
pFlow::dynamicPointStructure::dynamicPointStructure

View File

@ -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);