Changeset 902 for trunk/src/STMath.cpp


Ignore:
Timestamp:
03/17/06 10:10:59 (18 years ago)
Author:
mar637
Message:

More work on polarisation. STPol and labelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r896 r902  
    903903  TableIterator iter(tout, cols);
    904904  STPol* stpol = NULL;
    905   stpol =STPol::getPolClass(Scantable::getFactories(), out->getPolType() );
     905  stpol =STPol::getPolClass(out->factories_, out->getPolType() );
    906906  while (!iter.pastEnd()) {
    907907    Table t = iter.table();
Note: See TracChangeset for help on using the changeset viewer.