Changeset 308 in Sophya
- Timestamp:
- May 19, 1999, 6:10:52 PM (26 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/hisprof.cc
r307 r308 365 365 366 366 // Ecriture de l'histogramme 367 FIO_Histo fio_h((Histo&) dobj);367 FIO_Histo fio_h((Histo&)*dobj); 368 368 fio_h.Read(is); 369 369 … … 396 396 397 397 // Ecriture de l'histogramme 398 FIO_Histo fio_h((Histo&) dobj);398 FIO_Histo fio_h((Histo&)*dobj); 399 399 fio_h.Write(os); 400 400 -
trunk/SophyaLib/NTools/histos2.cc
r307 r308 1829 1829 1830 1830 float min,max; 1831 Histo* h;1832 1831 int_4 errok, projx, projy, nslix, nsliy, nbanx, nbany; 1833 1832
Note:
See TracChangeset
for help on using the changeset viewer.