Skip to content

Commit

Permalink
remove empty if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Aug 8, 2016
1 parent 65f7af9 commit 3584c64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/standard_model.cpp
Expand Up @@ -467,10 +467,6 @@ Eigen::Matrix<double, Standard_model::number_of_ewsb_equations, 1> Standard_mode

if (ewsb_loop_order > 0) {
tadpole[0] += Re(tadpole_hh());

if (ewsb_loop_order > 1) {

}
}

double mu2;
Expand Down

0 comments on commit 3584c64

Please sign in to comment.