Changeset 18461 for trunk/Mars/mcore


Ignore:
Timestamp:
03/17/16 12:31:59 (9 years ago)
Author:
tbretz
Message:
Fixed a problem with the intiatlization of the arrays.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/DrsCalib.h

    r18156 r18461  
    13551355        fNumTm(cpy.fNumTm),
    13561356        fDateObs(cpy.fDateObs),
    1357         fDateRunBeg(cpy.fDateRunBeg),
    1358         fDateRunEnd(cpy.fDateRunEnd),
    13591357        fDateEnd(cpy.fDateEnd)
    13601358    {
     1359        for (int i=0; i<3; i++)
     1360        {
     1361            fDateRunBeg[i] = cpy.fDateRunBeg[i];
     1362            fDateRunEnd[i] = cpy.fDateRunEnd[i];
     1363        }
    13611364    }
    13621365
Note: See TracChangeset for help on using the changeset viewer.