Ignore:
Timestamp:
10/22/18 20:50:24 (6 years ago)
Author:
tbretz
Message:
Fixed some minor issues with the cling based interpreter - this should not have any effect at runtime maybe except stability
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/processing/drstemp.C

    r18246 r19266  
    1010    file.SetPtrAddress("Time", &time);
    1111
    12     float *temp = file.SetPtrAddress("temp");
     12    float *temp = (float*)file.SetPtrAddress("temp");
    1313
    1414    double avgmin = 0;
     
    9797    file.SetPtrAddress("Time", &time);
    9898
    99     float *temp = file.SetPtrAddress("temp");
     99    float *temp = (float*)file.SetPtrAddress("temp");
    100100
    101101    double avg = 0;
Note: See TracChangeset for help on using the changeset viewer.