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

@ -19,10 +19,10 @@ Licence:
-----------------------------------------------------------------------------*/
#include "particles.H"
#include "dictionary.H"
#include "insertion.H"
#include "streams.H"
#include "particles.hpp"
#include "dictionary.hpp"
#include "insertion.hpp"
#include "streams.hpp"
bool pFlow::insertion::readInsertionDict
(

View File

@ -18,11 +18,11 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __insertion_H__
#define __insertion_H__
#ifndef __insertion_hpp__
#define __insertion_hpp__
#include "streams.H"
#include "streams.hpp"
namespace pFlow
{
@ -50,7 +50,7 @@ protected:
public:
// type info
TypeName("insertion");
TypeInfo("insertion");
insertion(particles& prtcl);