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

@ -1,6 +1,6 @@
set(SourceFiles
property.C
property.cpp
)
set(link_libs Kokkos::kokkos phasicFlow)

View File

@ -19,8 +19,8 @@ Licence:
-----------------------------------------------------------------------------*/
#include "property.H"
#include "dictionary.H"
#include "property.hpp"
#include "dictionary.hpp"
bool pFlow::property::readDictionary
(

View File

@ -19,11 +19,11 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __property_H__
#define __property_H__
#ifndef __property_hpp__
#define __property_hpp__
#include "Vectors.H"
#include "hashMap.H"
#include "Vectors.hpp"
#include "hashMap.hpp"
namespace pFlow
{
@ -57,7 +57,7 @@ protected:
public:
// type info
TypeNameNV("property");
TypeInfoNV("property");
// - emptry, for reading from file
property(){}
@ -169,4 +169,4 @@ public:
}
#endif // __property_H__
#endif // __property_hpp__