Changeset 13


Ignore:
Timestamp:
06/24/04 16:04:25 (20 years ago)
Author:
mmarquar
Message:

Fixed uop quotinet function. Now multiplied by T_sys_off instead of T_sys_on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.cc

    r9 r13  
    104104  Table ton = on->table();
    105105  Table toff = off->table();
    106   ROArrayColumn<Float> tsys(ton, "TSYS");
     106  ROArrayColumn<Float> tsys(toff, "TSYS");
    107107 
    108108  ROScalarColumn<Double> mjd(ton, "TIME");
Note: See TracChangeset for help on using the changeset viewer.