Skip to content

Better conforming with standard notations (C++ and SI)

Compare
Choose a tag to compare
@bernedom bernedom released this 21 Aug 08:57
e04c972
  • Changed spelling of length unit from 'meter' to 'metre' as this is the official SI spelling according to the bureau international des Poids and Mesures
  • added SI_ prefix to preprocessor flag to disable ratio conversion to SI_DISABLE_IMPLICIT_RATIO_CONVERSION to scope it closer
  • Renamed template parameters to fit with c++ naming convention (See this stackoverflow thread)