- Timestamp:
- 10/18/12 21:06:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r2666 r2672 1835 1835 1836 1836 // if nmax exceeds nChan, reset nmax to nChan 1837 if ( nmax >= nChan ) {1837 if ( nmax >= nChan-1 ) { 1838 1838 if ( nmin == 0 ) { 1839 1839 // nothing to do
Note:
See TracChangeset
for help on using the changeset viewer.