mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 10:10:33 +05:00
NRI : Remove divide/0 line
This commit is contained in:
parent
d608ce8703
commit
3682ccd3a6
@ -2502,7 +2502,6 @@ GEOM::AxisStruct GEOM_Gen_i::MakeAxisStruct(CORBA::Double x,
|
||||
CORBA::Double vy,
|
||||
CORBA::Double vz)
|
||||
{
|
||||
int a = 1; int b = 0; int c; c=a/b;
|
||||
GEOM::AxisStruct A ;
|
||||
A.x = x ; A.y = y ; A.z = z ;
|
||||
A.vx = vx ; A.vy = vy ; A.vz = vz ;
|
||||
|
Loading…
Reference in New Issue
Block a user