mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 17:17:26 +05:00
Correct compilation under Win32 platform
This commit is contained in:
parent
80403d0a66
commit
49c4f67f30
@ -21,8 +21,6 @@
|
|||||||
// Created : Mon Aug 2 10:30:00 2004
|
// Created : Mon Aug 2 10:30:00 2004
|
||||||
// Author : Edward AGAPOV (eap)
|
// Author : Edward AGAPOV (eap)
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include "SMESH_Block.hxx"
|
#include "SMESH_Block.hxx"
|
||||||
|
|
||||||
#include <BRepAdaptor_Curve.hxx>
|
#include <BRepAdaptor_Curve.hxx>
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
// Author : Nicolas Geimer & Aurélien Motteux (OCC)
|
// Author : Nicolas Geimer & Aurélien Motteux (OCC)
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#ifndef _SMESH_OCTREENODE_HXX_
|
#ifndef _SMESH_OCTREENODE_HXX_
|
||||||
#define _SMESH_OCTREENODE_HXX_
|
#define _SMESH_OCTREENODE_HXX_
|
||||||
|
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
// Created : Mon Aug 2 10:30:00 2004
|
// Created : Mon Aug 2 10:30:00 2004
|
||||||
// Author : Edward AGAPOV (eap)
|
// Author : Edward AGAPOV (eap)
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include "SMESH_Pattern.hxx"
|
#include "SMESH_Pattern.hxx"
|
||||||
|
|
||||||
#include <BRepAdaptor_Curve.hxx>
|
#include <BRepAdaptor_Curve.hxx>
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
// Created : Mon Aug 2 10:30:00 2004
|
// Created : Mon Aug 2 10:30:00 2004
|
||||||
// Author : Edward AGAPOV (eap)
|
// Author : Edward AGAPOV (eap)
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#ifndef SMESH_Pattern_HeaderFile
|
#ifndef SMESH_Pattern_HeaderFile
|
||||||
#define SMESH_Pattern_HeaderFile
|
#define SMESH_Pattern_HeaderFile
|
||||||
|
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#ifndef SMESHGUI_EditMeshDlg_H
|
#ifndef SMESHGUI_EditMeshDlg_H
|
||||||
#define SMESHGUI_EditMeshDlg_H
|
#define SMESHGUI_EditMeshDlg_H
|
||||||
|
|
||||||
|
@ -17,8 +17,6 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#ifndef SMESHGUI_VTKUtils_HeaderFile
|
#ifndef SMESHGUI_VTKUtils_HeaderFile
|
||||||
#define SMESHGUI_VTKUtils_HeaderFile
|
#define SMESHGUI_VTKUtils_HeaderFile
|
||||||
|
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
#ifndef _STD_MESHERS_DISTRIBUTION_HXX_
|
#ifndef _STD_MESHERS_DISTRIBUTION_HXX_
|
||||||
#define _STD_MESHERS_DISTRIBUTION_HXX_
|
#define _STD_MESHERS_DISTRIBUTION_HXX_
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include "SMESH_StdMeshers.hxx"
|
#include "SMESH_StdMeshers.hxx"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -24,8 +24,6 @@
|
|||||||
// File : StdMeshers_Penta_3D.cxx
|
// File : StdMeshers_Penta_3D.cxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include "StdMeshers_Penta_3D.hxx"
|
#include "StdMeshers_Penta_3D.hxx"
|
||||||
|
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
@ -25,8 +25,6 @@
|
|||||||
// Created : Fri Oct 27 10:24:28 2006
|
// Created : Fri Oct 27 10:24:28 2006
|
||||||
// Author : Edward AGAPOV (eap)
|
// Author : Edward AGAPOV (eap)
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include "StdMeshers_ProjectionUtils.hxx"
|
#include "StdMeshers_ProjectionUtils.hxx"
|
||||||
|
|
||||||
#include "StdMeshers_ProjectionSource1D.hxx"
|
#include "StdMeshers_ProjectionSource1D.hxx"
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
#include "StdMeshersGUI_DistrPreview.h"
|
#include "StdMeshersGUI_DistrPreview.h"
|
||||||
|
|
||||||
#include <Expr_NamedUnknown.hxx>
|
#include <Expr_NamedUnknown.hxx>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user