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 "empty.H"
#include "empty.hpp"

View File

@ -18,11 +18,11 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __empty_H__
#define __empty_H__
#ifndef __empty_hpp__
#define __empty_hpp__
#include "positionParticles.H"
#include "box.H"
#include "positionParticles.hpp"
#include "box.hpp"
namespace pFlow
{
@ -42,7 +42,7 @@ protected:
public:
// - type Info
TypeName("empty");
TypeInfo("empty");
empty(const dictionary& dict);
@ -91,4 +91,4 @@ public:
#endif // __empety_H__
#endif // __empety_hpp__