IPAL 18046

This commit is contained in:
dmv 2007-11-29 07:44:04 +00:00
parent b86f9dd299
commit 891d75f8ae

View File

@ -510,7 +510,7 @@ bool GenerationGUI_PrismDlg::execute( ObjectList& objects )
MakePrismVecH(myBase, myVec, getHeight()); MakePrismVecH(myBase, myVec, getHeight());
else else
anObj = GEOM::GEOM_I3DPrimOperations::_narrow(getOperation())-> anObj = GEOM::GEOM_I3DPrimOperations::_narrow(getOperation())->
MakePrismVecH2Ways(myBase, myVec, ( fabs(getHeight()) ) ); MakePrismVecH2Ways(myBase, myVec, getHeight() );
break; break;
} }
case 1: case 1: