Changeset 1560 in Sophya for trunk/SophyaLib/TArray/utilarr.cc
- Timestamp:
- Jul 3, 2001, 5:41:56 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/utilarr.cc
r1558 r1560 275 275 is.clear(); 276 276 is.getline(buff, 256); 277 // cout << " DBG : buff=" << buff << " :state=" << is.rdstate() << endl; 277 278 line += buff; 278 279 if (is.good()) { 279 280 nel = Append(line, nbad); 280 cout << " Decoding line = " << line << " Nel= " << nel << endl;281 // cout << " Decoding line = " << line << " Nel= " << nel << endl; 281 282 if (nel > 0) { 282 283 nr++; n += nel; … … 288 289 if (line.length() > 0) { 289 290 nel = Append(line, nbad); 290 cout << " Decoding Eline = " << line << " Nel= " << nel << endl;291 // cout << " Decoding Eline = " << line << " Nel= " << nel << endl; 291 292 if (nel > 0) { 292 293 nr++; n += nel;
Note:
See TracChangeset
for help on using the changeset viewer.