- Timestamp:
- 09/05/06 20:50:02 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/Release2.1.0b/src/STWriter.cpp
r1072 r1241 298 298 { 299 299 String poltype = tab.keywordSet().asString("POLTYPE"); 300 if ( poltype != "linear") {300 if ( poltype == "stokes") { 301 301 String msg = "poltype = " + poltype + " not yet supported in output."; 302 302 throw(AipsError(msg));
Note:
See TracChangeset
for help on using the changeset viewer.