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 "stlWall.H"
#include "stlFile.H"
#include "stlWall.hpp"
#include "stlFile.hpp"
#include "streams.H"
#include "streams.hpp"
bool pFlow::stlWall::readSTLWall
(

View File

@ -19,12 +19,12 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __stlWall_H__
#define __stlWall_H__
#ifndef __stlWall_hpp__
#define __stlWall_hpp__
#include "Wall.H"
#include "types.H"
#include "Wall.hpp"
#include "types.hpp"
namespace pFlow
{
@ -39,7 +39,7 @@ protected:
public:
TypeName("stlWall");
TypeInfo("stlWall");
stlWall();