Skip to content
  • Liam M. Healy's avatar
    Fix and simplify pqval (physical-quantity) for non scalar-dimension · 67cea885
    Liam M. Healy authored
    There was an error in #'pqval when the argument was a non scalar-dimension grid. This has been fixed by moving the binding of 'units into the then clause of the if (it wasn't used in the else clause anyway, and that's what caused the error). The units construction for non-scalar dimension makes use of grid:map-grid and is simpler.
    67cea885