Changeset 308 in Sophya


Ignore:
Timestamp:
May 19, 1999, 6:10:52 PM (26 years ago)
Author:
ansari
Message:

cmv 19/5/99

Location:
trunk/SophyaLib/NTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/hisprof.cc

    r307 r308  
    365365
    366366// Ecriture de l'histogramme
    367 FIO_Histo fio_h((Histo&)dobj);
     367FIO_Histo fio_h((Histo&)*dobj);
    368368fio_h.Read(is);
    369369
     
    396396
    397397// Ecriture de l'histogramme
    398 FIO_Histo fio_h((Histo&)dobj);
     398FIO_Histo fio_h((Histo&)*dobj);
    399399fio_h.Write(os);
    400400
  • trunk/SophyaLib/NTools/histos2.cc

    r307 r308  
    18291829
    18301830float min,max;
    1831 Histo* h;
    18321831int_4 errok, projx, projy, nslix, nsliy, nbanx, nbany;
    18331832
Note: See TracChangeset for help on using the changeset viewer.