Changeset 383


Ignore:
Timestamp:
02/08/05 13:16:17 (19 years ago)
Author:
mar637
Message:

added template for Vector<Int>(vector<int>)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDTemplates.cc

    r366 r383  
    9393template class CompiledParam<AutoDiff<Float> >;
    9494template Vector<Bool>::Vector(const vector<bool> &);
     95template Vector<Int>::Vector(const vector<int> &);
    9596template Vector<Float>::Vector(const vector<float> &);
    9697template Vector<Double>::Vector(const vector<double> &);
Note: See TracChangeset for help on using the changeset viewer.