Changeset 1719


Ignore:
Timestamp:
04/06/10 12:34:33 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1809

Ready to Release: For 3.0.2

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Changed Logging.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/STMath.cpp

    r1705 r1719  
    23222322    if ( ! (*it)->conformant(*out) ) {
    23232323      // non conformant.
    2324       pushLog(String("Warning: Can't merge scantables as header info differs."));
     2324      //pushLog(String("Warning: Can't merge scantables as header info differs."));
     2325      LogIO os( LogOrigin( "STMath", "merge()", WHERE ) ) ;
     2326      os << LogIO::SEVERE << "Can't merge scantables as header informations (any one of AntennaName, Equinox, and FluxUnit) differ." << LogIO::EXCEPTION ;
    23252327    }
    23262328    out->appendToHistoryTable((*it)->history());
Note: See TracChangeset for help on using the changeset viewer.