Skip to content
  • Kenneth Moreland's avatar
    Add IdComponent and other base types with explicit widths · cbe6284b
    Kenneth Moreland authored
    In preparation for supporting base types with more widths, add typedefs
    for the base types with explicit widths (number of bits).
    
    Also added a IdComponent type that should be used for indices for
    components into tuples and vectors. There now should be no reason to use
    "int" inside of VTK-m code (especially for indexing). This change cleans
    up many of the int types that were used throughout.
    cbe6284b