Changeset 985
- Timestamp:
- 04/05/06 14:28:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMath.cpp
r977 r985 1030 1030 if ( in->frequencies().getFrameString(true) 1031 1031 == 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.")); 1033 1034 } 1034 1035 MFrequency::Types system = in->frequencies().getFrame();
Note:
See TracChangeset
for help on using the changeset viewer.