-
- Downloads
Fix recursive header file dependancies
Having UnknownArrayHandle.h include DefaultTypes.h is problematic, because that header includes lots of other classes like cell sets. Keeping these from in turn depending back on UnknownArrayHandle.h is difficult. So this dependancy is broken.
Showing
- vtkm/cont/CastAndCall.h 19 additions, 5 deletionsvtkm/cont/CastAndCall.h
- vtkm/cont/Field.h 1 addition, 0 deletionsvtkm/cont/Field.h
- vtkm/cont/UncertainArrayHandle.h 1 addition, 0 deletionsvtkm/cont/UncertainArrayHandle.h
- vtkm/cont/UnknownArrayHandle.h 7 additions, 24 deletionsvtkm/cont/UnknownArrayHandle.h
Loading
Please register or sign in to comment