From e3f0dec4bc51a1dc8a240c24a9543daeb0c909dc Mon Sep 17 00:00:00 2001 From: Francisco Rodriguez Candon Date: Thu, 15 Feb 2024 21:19:19 +0100 Subject: [PATCH] Updates a typo in one of the example of the doumentation of the class TRestAxionSolarQCDFlux --- src/TRestAxionSolarQCDFlux.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TRestAxionSolarQCDFlux.cxx b/src/TRestAxionSolarQCDFlux.cxx index 5cdd2d46..71373c07 100644 --- a/src/TRestAxionSolarQCDFlux.cxx +++ b/src/TRestAxionSolarQCDFlux.cxx @@ -162,7 +162,7 @@ /// \code /// TRestAxionSolarQCDFlux *sFlux = new TRestAxionSolarQCDFlux("fluxes.rml", "LennertHoofABC") /// sFlux->Initialize() -/// TCanvas *c = sFlux->DrawSolarFluxes() +/// TCanvas *c = sFlux->DrawSolarFlux() /// c->Print("ABC_FluxTable.png" ) /// \endcode ///