0021063: [CEA 434] Compilation using gnu compiler v4.5

This commit is contained in:
vsr 2010-11-11 13:02:20 +00:00
parent bd9123f5c8
commit dd7baabfa1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -74,6 +74,6 @@ SMESHClientBin_CPPFLAGS = \
$(libSMESHClient_la_CPPFLAGS)
SMESHClientBin_LDADD = \
$(libSMESHClient_la_LDFLAGS)
$(libSMESHClient_la_LDFLAGS) @CORBA_LIBS@