[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 6bb28e: Bugfix: Which() must return common type of all arg...

GitHub noreply at github.com
Wed Feb 1 11:29:07 GMT 2017


  Branch: refs/heads/development
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: 6bb28e285352539c8603995b2d87b084c2edb44d
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6bb28e285352539c8603995b2d87b084c2edb44d
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M src/wrappers.hpp
    M test/test_wrappers.cpp

  Log Message:
  -----------
  Bugfix: Which() must return common type of all argumets

If Which() returns the type of the first argument, the second one
might be converted to the first type.  This might result in chopping
off digits if the first type is int and the second one is double.




More information about the Flexiblesusy-commits mailing list