Changeset 2752 in Sophya for trunk/SophyaLib/TArray/utilarr.cc
- Timestamp:
- May 23, 2005, 6:18:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/utilarr.cc
r2615 r2752 287 287 if (is.good()) { 288 288 if ((line.length() > 0) && (line[0]!=clm)) { 289 nel = Append(line, nbad );289 nel = Append(line, nbad, sep); 290 290 if (nel > 0) { 291 291 nr++; n += nel; … … 298 298 } 299 299 if ((line.length() > 0) && (line[0]!=clm)) { 300 nel = Append(line, nbad );300 nel = Append(line, nbad, sep); 301 301 // cout << " Decoding Eline = " << line << " Nel= " << nel << endl; 302 302 if (nel > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.