Changeset 2568 for trunk/MagicSoft/Cosy/tpoint
- Timestamp:
- 11/25/03 18:25:49 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tpoint/gui.C
r2407 r2568 647 647 const Int_t size = fOriginal.GetSize(); 648 648 649 ifstream fin(" ../tpoint_new.txt");649 ifstream fin("tpoint.txt"); 650 650 651 651 while (fin && fin.get()!='\n'); … … 654 654 if (!fin) 655 655 { 656 cout << "File not found!" << endl;656 cout << "File 'tpoint.txt' not found!" << endl; 657 657 return; 658 658 }
Note:
See TracChangeset
for help on using the changeset viewer.