Ignore:
Timestamp:
11/25/03 18:25:49 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tpoint/gui.C

    r2407 r2568  
    647647        const Int_t size = fOriginal.GetSize();
    648648
    649         ifstream fin("../tpoint_new.txt");
     649        ifstream fin("tpoint.txt");
    650650
    651651        while (fin && fin.get()!='\n');
     
    654654        if (!fin)
    655655        {
    656             cout << "File not found!" << endl;
     656            cout << "File 'tpoint.txt' not found!" << endl;
    657657            return;
    658658        }
Note: See TracChangeset for help on using the changeset viewer.