Changeset 367
- Timestamp:
- 02/03/05 19:34:50 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDMemTable.cc
r365 r367 1142 1142 String posit = formatDirection(getDirection(firstRow,True)); 1143 1143 uInt nInt = (i-firstRow); 1144 if (i==nRow-1 &&scanID==lastScanID) nInt++; // Last row but same scan 1144 1145 // Special case adjustments 1146 1147 if (i==nRow-1 &&scanID==lastScanID) nInt++; 1148 if (nInt==1 && i>1) { 1149 for (uInt j=0; j<freqIDs.nelements(); j++) mathutil::addEntry(listFQ, freqIDs(j)); 1150 } 1145 1151 // 1146 1152 oss << setw(6) << scanNo … … 1156 1162 listFQ.resize(0); 1157 1163 } else { 1158 for (uInt j=0; j<freqIDs.nelements(); j++) { 1159 mathutil::addEntry(listFQ, freqIDs(j)); 1160 } 1164 for (uInt j=0; j<freqIDs.nelements(); j++) mathutil::addEntry(listFQ, freqIDs(j)); 1161 1165 } 1162 1166 }
Note:
See TracChangeset
for help on using the changeset viewer.