Skip to content

Commit

Permalink
fixing bugs pt.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasoshea committed Sep 6, 2023
1 parent b261cc0 commit 74e04fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TRestAxionSolarHiddenPhotonFlux.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ void TRestAxionSolarHiddenPhotonFlux::CalculateSolarFlux() {
return;
}
Double_t mass = GetMass();
for (unsigned int n = 0; n < fluxTable.size(); n++) {
for (unsigned int n = 0; n < fContinuumTable.size(); n++) {
// m4 * chi2 * wG * flux / ( (m2 - wp2)^2 + (w G)^2 )

std::vector<float> mass2Vector(200, pow(mass, 2));
Expand Down

0 comments on commit 74e04fb

Please sign in to comment.