[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 98c8fe: adapt examples to commit 72e15e9c947

GitHub noreply at github.com
Thu Oct 13 21:39:27 BST 2016


  Branch: refs/heads/development
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: 98c8fe8b08f551131cb9309a7e49c1eea32f153e
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/98c8fe8b08f551131cb9309a7e49c1eea32f153e
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-10-13 (Thu, 13 Oct 2016)

  Changed paths:
    M examples/customized-betas/custombetas.cpp
    M examples/tower/run_tower.cpp

  Log Message:
  -----------
  adapt examples to commit 72e15e9c947


  Commit: c835810f22f038f4ea267f41e048cedbd1f4705b
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c835810f22f038f4ea267f41e048cedbd1f4705b
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-10-13 (Thu, 13 Oct 2016)

  Changed paths:
    M test/test_CMSSM_model.cpp
    M test/test_ewsb_solver.cpp
    M test/test_fixed_point_iterator.cpp

  Log Message:
  -----------
  adapt tests to commit 597eafc9e988


  Commit: fe360ef03692b34d84ffb17537454388f7637939
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fe360ef03692b34d84ffb17537454388f7637939
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-10-13 (Thu, 13 Oct 2016)

  Changed paths:
    M meta/LoopMasses.m
    M src/parallel.hpp
    M src/standard_model.cpp
    M templates/mass_eigenstates.cpp.in
    M templates/standard_model_matching.cpp.in

  Log Message:
  -----------
  use perfect forwarning in run_async() even for g++ 4.7.4

Note: g++ 4.7.4 does not support template parameter packs.  For this
reason, an overload of run_async() with 2 parameters is provided.

This commit introduces lambda expressions for the calculation of the
pole masses.  (The lambdas are perfectly forwarded to std::async().)
The template parameter type is now deduced by the compiler.


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/3d1013258089...fe360ef03692


More information about the Flexiblesusy-commits mailing list