Skip to content

Commit

Permalink
use matrix projector function
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 27, 2017
1 parent 1954c3a commit 13e7cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mass_eigenstates.cpp.in
Expand Up @@ -66,7 +66,7 @@ namespace flexiblesusy {
#define EXTRAPARAMETER(parameter) model.get_##parameter()
#define Eval(expr) (expr).eval()
#define UVec(N,i) Eigen::Matrix<std::complex<double>,N,1>::Unit(i)
#define UMat(M,N,i,k) Eigen::Matrix<std::complex<double>,M,N>::Unit(i,k)
#define UMat(M,N,i,k) MatrixProjector<M,N,std::complex<double> >(i,k)

#define HIGGS_2LOOP_CORRECTION_AT_AS two_loop_corrections.higgs_at_as
#define HIGGS_2LOOP_CORRECTION_AB_AS two_loop_corrections.higgs_ab_as
Expand Down

0 comments on commit 13e7cd4

Please sign in to comment.