Changeset 422


Ignore:
Timestamp:
02/14/05 12:37:58 (19 years ago)
Author:
kil064
Message:

add BaseMappedArrayEngine? for SDPol.cc (Stokes Virtual column)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDTemplates.cc

    r400 r422  
    6969#include <scimath/Mathematics/AutoDiffMath.h>
    7070#include <scimath/Mathematics/InterpolateArray1D.cc>
     71#include <tables/Tables/BaseMappedArrayEngine.cc>
    7172
    7273template void convertArray<Bool, uChar>(Array<Bool> &, Array<uChar> const &);
     
    103104template class InterpolateArray1D<Double, Float>;
    104105template Int binarySearchBrackets<Vector<Double>,Double>(Bool &, Vector<Double> const &, Double const &, uInt, Int);
     106template class BaseMappedArrayEngine<Float, Float>;
     107
    105108//
    106109#include "MathUtils2.cc"
Note: See TracChangeset for help on using the changeset viewer.