Skip to content

Changing integer types in explicit function instantiation

Marcus Mohr requested to merge mohr/longGoodbye into master

As discussed in DEV meeting today, we want to change the data types when explicitly requesting instantiation of

  • VertexDoFFunction
  • EdgeDoFFunction
  • P2Function

from int and long to the more explicit and fully range-specified int32_t and int64_t.

Merge request reports