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

@ -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
}

View File

@ -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";

View File

@ -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;

View File

@ -18,8 +18,8 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __setPointStructure_H__
#define __setPointStructure_H__
#ifndef __setPointStructure_hpp__
#define __setPointStructure_hpp__
auto& pStruct = Control().time().emplaceObject<pointStructure>(
objectFile(

View File

@ -19,8 +19,8 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __setProperty_H__
#define __setProperty_H__
#ifndef __setProperty_hpp__
#define __setProperty_hpp__
Report(0)<<"\nReading proprties . . . "<<endReport;

View File

@ -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);