WSL/SLF GitLab Repository

Skip to content
  • Mathias Bavay's avatar
    The Arrays now skip some unecessary tests in resize(). Since the arguments are... · ba0908dc
    Mathias Bavay authored
    The Arrays now skip some unecessary tests in resize(). Since the arguments are unsigned, there can not be any negative size! This also now allows setting size to 0. A new "operator" has been added to get the absolute value of an array. This unfortunatelly generate a warning for unsigned arrays despite that the necessary signedness test is performed. This warning will have to be disabled one way or another.
    
    The example data set has been brought back to SMET version 1.1
    ba0908dc