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,8 +18,8 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __finalize_H__
|
||||
#define __finalize_H__
|
||||
#ifndef __finalize_hpp__
|
||||
#define __finalize_hpp__
|
||||
|
||||
// initilized and finalize should be placed in onc scope
|
||||
}
|
@ -18,8 +18,8 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __initialize_H__
|
||||
#define __initialize_H__
|
||||
#ifndef __initialize_hpp__
|
||||
#define __initialize_hpp__
|
||||
|
||||
// initilized and finalize should be placed in onc scope
|
||||
Report(0)<<"Initializing host/device execution spaces . . . \n";
|
@ -18,11 +18,11 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __initializedControl_H__
|
||||
#define __initializedControl_H__
|
||||
#ifndef __initializedControl_hpp__
|
||||
#define __initializedControl_hpp__
|
||||
|
||||
// initilized and finalize should be placed in onc scope
|
||||
#include "initialize.H"
|
||||
#include "initialize.hpp"
|
||||
|
||||
Report(0)<<"\nCreating Control repository . . ."<<endReport;
|
||||
pFlow::uniquePtr<pFlow::systemControl> ControlPtr = nullptr;
|
@ -18,8 +18,8 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __setPointStructure_H__
|
||||
#define __setPointStructure_H__
|
||||
#ifndef __setPointStructure_hpp__
|
||||
#define __setPointStructure_hpp__
|
||||
|
||||
auto& pStruct = Control().time().emplaceObject<pointStructure>(
|
||||
objectFile(
|
@ -19,8 +19,8 @@ Licence:
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
#ifndef __setProperty_H__
|
||||
#define __setProperty_H__
|
||||
#ifndef __setProperty_hpp__
|
||||
#define __setProperty_hpp__
|
||||
|
||||
Report(0)<<"\nReading proprties . . . "<<endReport;
|
||||
|
@ -18,8 +18,8 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __setSurfaceGeometry_H__
|
||||
#define __setSurfaceGeometry_H__
|
||||
#ifndef __setSurfaceGeometry_hpp__
|
||||
#define __setSurfaceGeometry_hpp__
|
||||
|
||||
Report(0)<< "\nCreating surface geometry . . . "<<endReport;
|
||||
auto surfGeometryPtr = pFlow::geometry::create(Control, proprties);
|
Reference in New Issue
Block a user