|
[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] d7e2d9: convert 1-dimensional mass matrices to scalar typeGitHub noreply at github.comWed Jan 6 15:13:41 GMT 2016
Branch: refs/heads/development Home: https://github.com/FlexibleSUSY/FlexibleSUSY Commit: d7e2d9f350319b353c3a2cc1207697f3809f8d6f https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d7e2d9f350319b353c3a2cc1207697f3809f8d6f Author: Alexander Voigt <Alexander.Voigt at desy.de> Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M meta/TreeMasses.m Log Message: ----------- convert 1-dimensional mass matrices to scalar type This fixes a compilation bug in models where the user has specified singlet fields, whose mass matrices should be "diagonalized" (example models: MDM with 1 generation of extra fermion fields). However, to make such model compile, another problem needs to be solved: the call to the diagonalization functions of linalg2.hpp need to be corrected, either by providing overloads for mass matrices of type double, or by writing a bit of wrapper code around the function calls which maps Matrix<Real,1,1> to Real etc.
More information about the Flexiblesusy-commits mailing list |