mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-30 13:50:34 +05:00
error message correction
This commit is contained in:
parent
78882bc8cf
commit
f2716d5291
@ -206,7 +206,7 @@ Standard_Integer GEOMImpl_PointDriver::Execute(TFunction_Logbook& log) const
|
|||||||
} else if ( Dist <= Precision::Confusion() ) {
|
} else if ( Dist <= Precision::Confusion() ) {
|
||||||
aPnt = P1;
|
aPnt = P1;
|
||||||
} else {
|
} else {
|
||||||
Standard_TypeMismatch::Raise ("Shapes has not an Intersection Points");
|
Standard_TypeMismatch::Raise ("Shapes have not an Intersection Point");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user