Skip to content

Commit

Permalink
Removed "nHiggsGauge"
Browse files Browse the repository at this point in the history
  • Loading branch information
vollous committed Apr 24, 2024
1 parent f74543b commit 4898994
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/models/ClassPotentialOrigin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3287,12 +3287,6 @@ void Class_Potential_Origin::CalculateDebye(bool forceCalculation)
}
}
}

std::size_t nHiggsGauge = 0;
for (std::size_t i = 0; i < NHiggs; i++)
{
if (Curvature_Gauge_G2H2[0][0][i][i] != 0) nHiggsGauge++;
}
}

void Class_Potential_Origin::CalculateDebyeGauge()
Expand Down

0 comments on commit 4898994

Please sign in to comment.