Skip to content
Snippets Groups Projects
Commit 432f620f authored by Olivier Couet's avatar Olivier Couet
Browse files

typo

parent 51c00002
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ void temperature()
// range of years
tree->GetEntry(0);
rYear[1] = (Int_t)tree->GetLeaf("YEAR")->GetValue(); // fisrt year
rYear[1] = (Int_t)tree->GetLeaf("YEAR")->GetValue(); // first year
tree->GetEntry(tree->GetEntries() - 1);
rYear[2] = (Int_t)tree->GetLeaf("YEAR")->GetValue(); // last year
rYear[2] = rYear[2] + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment