Skip to content

Change array declarations in EvaluatePosition()

Todd requested to merge todoooo/vtk:Fix_missing_consts into master

A fairly minor change to vtkCell types. Using a static array here provides safer self-documenting code and permits correct wrapping, along with the explicit dynamic array declaration for "weights".

@dgobbi Please review.

Edited by Todd

Merge request reports