mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-23 21:17:56 +05:00
SMDS: Minor style fixes.
This commit is contained in:
parent
a7d0757a2c
commit
d42c085809
@ -46,7 +46,7 @@ void SMDS_CellLinks::ResizeForPoint(vtkIdType vtkID)
|
||||
if ( vtkID > this->MaxId )
|
||||
{
|
||||
this->MaxId = vtkID;
|
||||
if ( vtkID >= this->Size )
|
||||
if ( vtkID >= this->Size )
|
||||
vtkCellLinks::Resize( vtkID+SMDS_Mesh::chunkSize );
|
||||
}
|
||||
}
|
||||
@ -1204,4 +1204,3 @@ double SMDS_UnstructuredGrid::GetBallDiameter( vtkIdType vtkID ) const
|
||||
return vtkDoubleArray::SafeDownCast( vtkDataSet::CellData->GetScalars() )->GetValue( vtkID );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user