mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 11:50:32 +05:00
minor change
This commit is contained in:
parent
20cf4f072b
commit
7b1bae1651
@ -383,8 +383,8 @@ bool SMESH_Block::ShellPoint(const gp_XYZ& theParams,
|
||||
if ( thePointOnShape.size() < ID_F1yz )
|
||||
return false;
|
||||
|
||||
double x = theParams.X(), y = theParams.Y(), z = theParams.Z();
|
||||
double x1 = 1. - x, y1 = 1. - y, z1 = 1. - z;
|
||||
const double x = theParams.X(), y = theParams.Y(), z = theParams.Z();
|
||||
const double x1 = 1. - x, y1 = 1. - y, z1 = 1. - z;
|
||||
const vector<gp_XYZ>& p = thePointOnShape;
|
||||
|
||||
thePoint =
|
||||
|
Loading…
Reference in New Issue
Block a user