Changeset 64


Ignore:
Timestamp:
07/16/04 15:27:15 (20 years ago)
Author:
mcalabre
Message:

Removed duplicate instantiation of
template void Array<float>::tovector(vector<float> &) const

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDTemplates.cc

    r59 r64  
    7979template Vector<Bool>::Vector(const vector<bool> &);
    8080template void Array<float>::tovector(vector<float> &) const;
    81 template void Array<float>::tovector(vector<float> &) const;
    8281template void hanning(Vector<Float>&, Vector<Bool>&,
    8382                      const Vector<Float>&, const Vector<Bool>&, Bool, Bool);
Note: See TracChangeset for help on using the changeset viewer.