Changeset 16765 for trunk/Cosy


Ignore:
Timestamp:
06/07/13 23:28:05 (11 years ago)
Author:
tbretz
Message:
Added an explicit cast to allow for c++0x
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/gui/MGCosy.cc

    r12590 r16765  
    12511251    cout << "Start celest." << endl;
    12521252
    1253     Double_t tx[3] = { fCelestObj, 0, 0 };
     1253    Double_t tx[3] = { (double)fCelestObj, 0, 0 };
    12541254
    12551255    fQueue->PostMsg(WM_CELEST, tx, sizeof(Double_t)*3);
Note: See TracChangeset for help on using the changeset viewer.