Skip to content
Snippets Groups Projects

making AcceleratorVTKm optional

Merged Li-Ta Lo requested to merge ollielo/MomentInvariants:optional_vtkm into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -1574,7 +1574,6 @@ int vtkMomentInvariants::RequestData(vtkInformation* vtkNotUsed(request),
vtkInformationVector** inputVector,
vtkInformationVector* outputVector)
{
vtkWarningMacro(<<"vtkMomentInvariants::RequestData")
// get the info objects
vtkInformation* patternInfo = inputVector[PatternPort]->GetInformationObject(0);
vtkInformation* momentsInfo = inputVector[MomentPort]->GetInformationObject(0);
Loading