mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
modify for coupling-cpp and hpp
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
|
||||
set(SourceFiles
|
||||
property.C
|
||||
property.cpp
|
||||
)
|
||||
|
||||
set(link_libs Kokkos::kokkos phasicFlow)
|
||||
|
@ -19,8 +19,8 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#include "property.H"
|
||||
#include "dictionary.H"
|
||||
#include "property.hpp"
|
||||
#include "dictionary.hpp"
|
||||
|
||||
bool pFlow::property::readDictionary
|
||||
(
|
@ -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__
|
Reference in New Issue
Block a user