Correction of compilation error.

This commit is contained in:
skl 2007-01-23 15:02:20 +00:00
parent 124ed20ba9
commit 2f7dfcc9ce

View File

@ -135,7 +135,7 @@ void SMESH_Octree::Compute()
//================================================================= //=================================================================
void SMESH_Octree::buildChildren() void SMESH_Octree::buildChildren()
{ {
myChildren = new (SMESH_Octree*)[8]; myChildren = new SMESH_Octree*[8];
gp_XYZ min = myBox->CornerMin(); gp_XYZ min = myBox->CornerMin();
gp_XYZ max = myBox->CornerMax(); gp_XYZ max = myBox->CornerMax();