mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
modify for coupling-cpp and hpp
This commit is contained in:
@ -18,7 +18,7 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#include "empty.H"
|
||||
#include "empty.hpp"
|
||||
|
||||
|
||||
|
@ -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__
|
Reference in New Issue
Block a user