Skip to content

Commit

Permalink
fixed unspecified int c = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasoshea committed Sep 15, 2023
1 parent 56f58d2 commit 6e94816
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 1,484 deletions.
6 changes: 3 additions & 3 deletions inc/TRestAxionSolarHiddenPhotonFlux.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ class TRestAxionSolarHiddenPhotonFlux : public TRestAxionSolarFlux {
std::vector<TH1D*> fFluxTable; //!

/// The tabulated solar flux continuum spectra TH1D(200,0,20)keV in cm-2 s-1 keV-1 versus solar radius
std::vector<std::vector<Double_t>> fContinuumTable; //!
std::vector<TH1D*> fContinuumTable; //!

/// The tabulated resonance width TH1D(200,0,20)keV in eV2 versus solar radius
std::vector<std::vector<Double_t>> fWidthTable; //!
std::vector<TH1D*> fWidthTable; //!

/// The solar plasma frequency vector in eV versus solar radius
std::vector<std::vector<Double_t>> fPlasmaFreqTable; //!
std::vector<TH1D*> fPlasmaFreqTable; //!

/// The total solar flux TH1D(200,0,20)keV in cm-2 s-1 keV-1 versus solar radius
std::vector<TH1D*> fFullFluxTable; //!
Expand Down
131 changes: 0 additions & 131 deletions inc/TRestAxionSolarHiddenPhotonFlux.h.new

This file was deleted.

131 changes: 0 additions & 131 deletions inc/TRestAxionSolarHiddenPhotonFlux.h.old

This file was deleted.

Loading

0 comments on commit 6e94816

Please sign in to comment.