Changeset 1446
- Timestamp:
- 07/26/02 09:01:29 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1443 r1446 1 1 -*-*- END -*-*- 2 3 2002/07/26: Abelardo Moralejo 4 5 * mhist/MH.cc 6 - Fix: removed default arguments of ScaleAxis(...) (did not 7 compile on alphas). 2 8 3 9 2002/07/25: Abelardo Moralejo -
trunk/MagicSoft/Mars/mhist/MH.cc
r1441 r1446 324 324 } 325 325 326 void MH::ScaleAxis(TH1 *h, Double_t fx =1, Double_t fy=1, Double_t fz=1)326 void MH::ScaleAxis(TH1 *h, Double_t fx, Double_t fy, Double_t fz) 327 327 { 328 328 if (h->InheritsFrom(TH3::Class()))
Note:
See TracChangeset
for help on using the changeset viewer.