mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 09:50:36 +05:00
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
fix SetParametersByDefaults()
This commit is contained in:
parent
e0125dc5c3
commit
d3f04bfe6b
@ -443,9 +443,9 @@ bool StdMeshers_CartesianParameters3D::SetParametersByDefaults(const TDefaults&
|
|||||||
{
|
{
|
||||||
vector<string> spacing( 1, SMESH_Comment(dflts._elemLength));
|
vector<string> spacing( 1, SMESH_Comment(dflts._elemLength));
|
||||||
vector<double> intPnts;
|
vector<double> intPnts;
|
||||||
GetGridSpacing( spacing, intPnts, 0 );
|
SetGridSpacing( spacing, intPnts, 0 );
|
||||||
GetGridSpacing( spacing, intPnts, 1 );
|
SetGridSpacing( spacing, intPnts, 1 );
|
||||||
GetGridSpacing( spacing, intPnts, 2 );
|
SetGridSpacing( spacing, intPnts, 2 );
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user