Ignore:
Timestamp:
02/06/12 09:26:49 (13 years ago)
Author:
tbretz
Message:
fCalibration must be a float because the service takes floats.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/feedback.cc

    r12840 r12847  
    9393    vector<int64_t>  fCurrentsRms;
    9494
    95     vector<double>   fCalibration;
     95    vector<float>    fCalibration;
    9696
    9797    vector<vector<float>> fData;
Note: See TracChangeset for help on using the changeset viewer.