Changeset 1226 for tags


Ignore:
Timestamp:
08/31/06 14:30:08 (18 years ago)
Author:
mar637
Message:

wrong check for npol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.0b/src/STMath.cpp

    r1225 r1226  
    11291129                                const std::string& weight )
    11301130{
    1131   if (in->npol() <= 2 )
     1131  if (in->npol() < 2 )
    11321132    throw(AipsError("averagePolarisations can only be applied to two or more"
    11331133                    "polarisations"));
Note: See TracChangeset for help on using the changeset viewer.