[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 5e449f: use using instead of typedef

GitHub noreply at github.com
Wed Jan 11 18:03:35 GMT 2017


  Branch: refs/heads/feature-2.0
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: 5e449fd01c80a0fdb1150f9b0cbb3f968243eee4
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5e449fd01c80a0fdb1150f9b0cbb3f968243eee4
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M src/betafunction.hpp
    M src/coupling_monitor.hpp
    M src/derivative.hpp
    M src/eigen_tensor.hpp
    M src/eigen_utils.hpp
    M src/fixed_point_iterator.hpp
    M src/lattice_constraint.hpp
    M src/lattice_solver.cpp
    M src/lattice_solver.hpp
    M src/linalg2.hpp
    M src/lowe.h
    M src/mathdefs.hpp
    M src/minimizer.hpp
    M src/root_finder.hpp
    M src/slha_io.hpp
    M src/small_matrices.hpp
    M src/standard_model.hpp
    M templates/librarylink.cpp.in
    M templates/mass_eigenstates.hpp.in
    M templates/utilities.hpp.in

  Log Message:
  -----------
  use using instead of typedef

because of the nicer syntax and because an entity defined by using in
this way is always a type (never a variable).




More information about the Flexiblesusy-commits mailing list