Changeset 461


Ignore:
Timestamp:
02/17/05 01:44:29 (19 years ago)
Author:
kil064
Message:

add SDPolUtil::stokesData templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDTemplates.cc

    r454 r461  
    115115//
    116116#include "MathUtils2.cc"
     117#include "SDPol2.cc"
    117118namespace mathutil {
    118119  template void hanning(Vector<Float>&, Vector<Bool>&,
     
    124125                                   const Int& initVal);
    125126}
     127template Array<Float> SDPolUtil::stokesData (Array<Float>& dataIn, Bool);
     128template Array<Bool> SDPolUtil::stokesData (Array<Bool>& dataIn, Bool);
     129
Note: See TracChangeset for help on using the changeset viewer.