Changeset 1439 for trunk/src/STMath.cpp


Ignore:
Timestamp:
08/28/08 14:00:03 (16 years ago)
Author:
Malte Marquarding
Message:

added Header diff function. Don't use obstype for conformance test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r1416 r1439  
    15381538  while ( it != in.end() ){
    15391539    if ( ! (*it)->conformant(*out) ) {
    1540       // log message: "ignoring scantable i, as it isn't
    1541       // conformant with the other(s)"
     1540      // non conformant.
    15421541      pushLog(String("Warning: Can't merge scantables as header info differs."));
    1543       ++it;
    1544       continue;
    15451542    }
    15461543    out->appendToHistoryTable((*it)->history());
Note: See TracChangeset for help on using the changeset viewer.