Skip to content

Commit 6e94816

Browse files
committed
fixed unspecified int c = 0
1 parent 56f58d2 commit 6e94816

6 files changed

+56
-1484
lines changed

Diff for: inc/TRestAxionSolarHiddenPhotonFlux.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ class TRestAxionSolarHiddenPhotonFlux : public TRestAxionSolarFlux {
4545
std::vector<TH1D*> fFluxTable; //!
4646

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

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

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

5656
/// The total solar flux TH1D(200,0,20)keV in cm-2 s-1 keV-1 versus solar radius
5757
std::vector<TH1D*> fFullFluxTable; //!

Diff for: inc/TRestAxionSolarHiddenPhotonFlux.h.new

-131
This file was deleted.

Diff for: inc/TRestAxionSolarHiddenPhotonFlux.h.old

-131
This file was deleted.

0 commit comments

Comments
 (0)