Changeset 1416


Ignore:
Timestamp:
05/19/08 14:19:38 (16 years ago)
Author:
Malte Marquarding
Message:

Provide a more useful warning then 'oh oh'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r1413 r1416  
    15401540      // log message: "ignoring scantable i, as it isn't
    15411541      // conformant with the other(s)"
    1542       cerr << "oh oh" << endl;
     1542      pushLog(String("Warning: Can't merge scantables as header info differs."));
    15431543      ++it;
    15441544      continue;
Note: See TracChangeset for help on using the changeset viewer.