mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
0021063: [CEA 434] Compilation using gnu compiler v4.5
This commit is contained in:
parent
bd9123f5c8
commit
dd7baabfa1
@ -274,7 +274,7 @@ GeomAbs_SurfaceType GeomSelectionTools::getFaceInformation(TopoDS_Shape S)
|
||||
if (!S.IsNull() && S.ShapeType()==TopAbs_FACE){
|
||||
TopoDS_Face f=TopoDS::Face(S);
|
||||
Handle(Geom_Surface) surf = BRep_Tool::Surface(f);
|
||||
BRepAdaptor_Surface surf_adap=BRepAdaptor_Surface::BRepAdaptor_Surface(f);
|
||||
BRepAdaptor_Surface surf_adap(f);
|
||||
|
||||
/* Global Information */
|
||||
std::cout << "GLOBAL INFORMATION" << std::endl;
|
||||
|
@ -74,6 +74,6 @@ SMESHClientBin_CPPFLAGS = \
|
||||
$(libSMESHClient_la_CPPFLAGS)
|
||||
|
||||
SMESHClientBin_LDADD = \
|
||||
$(libSMESHClient_la_LDFLAGS)
|
||||
$(libSMESHClient_la_LDFLAGS) @CORBA_LIBS@
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user