Changeset 985


Ignore:
Timestamp:
04/05/06 14:28:12 (18 years ago)
Author:
mar637
Message:

excpetion message update for alignFrequencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r977 r985  
    10301030  if ( in->frequencies().getFrameString(true)
    10311031       == in->frequencies().getFrameString(false) ) {
    1032     throw(AipsError("You have not set a frequency frame different from the initial - use function set_freqframe"));
     1032    throw(AipsError("Can't convert as no output frame has been set"
     1033                    " (use set_freqframe) or it is aligned already."));
    10331034  }
    10341035  MFrequency::Types system = in->frequencies().getFrame();
Note: See TracChangeset for help on using the changeset viewer.