Ignore:
Timestamp:
10/18/12 21:06:07 (12 years ago)
Author:
Malte Marquarding
Message:

introduce 'reshape' method; this includes a fix to c++ for the upper boundary assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r2666 r2672  
    18351835
    18361836  // if nmax exceeds nChan, reset nmax to nChan
    1837   if ( nmax >= nChan ) {
     1837  if ( nmax >= nChan-1 ) {
    18381838    if ( nmin == 0 ) {
    18391839      // nothing to do
Note: See TracChangeset for help on using the changeset viewer.