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:
@ -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
|
||||
(
|
@ -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();
|
||||
|
Reference in New Issue
Block a user