correct integration mistake

This commit is contained in:
dmv 2010-03-11 13:35:44 +00:00
parent ce0e0427ad
commit a3a3e581e4

View File

@ -2014,7 +2014,7 @@ Standard_Integer GEOMImpl_PipeDriver::Execute(TFunction_Logbook& log) const
// Make copy to prevent modifying of base object 0020766 : EDF 1320
TopoDS_Shape aShapeBase;
BRepBuilderAPI_Copy Copy(aRefBase->GetValue()));
BRepBuilderAPI_Copy Copy(aRefBase->GetValue());
if( Copy.IsDone() )
aShapeBase = Copy.Shape();