Changeset 10032 for trunk/Cosy


Ignore:
Timestamp:
10/22/10 11:10:50 (14 years ago)
Author:
tbretz
Message:
Fixed two typos in dkc.cc
Location:
trunk/Cosy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/Changelog

    r10031 r10032  
    11                                                                  -*-*- END -*-*-
     2 2010/10/22 (La Palma)
     3
     4   * devdrv/dkc.cc:
     5     - fixed two typos
     6
     7
     8
    29 2010/10/21 (La Palma)
    310
  • trunk/Cosy/devdrv/dkc.cc

    r10029 r10032  
    355355
    356356    ReqPosRes(); // Init fVelRes
    357     ReqVelRes(); // Init fVelResVelRes
     357    ReqVelRes(); // Init fVelRes
    358358    ReqVelMax(); // Init fVelMax
    359359
     
    539539    if (fStatusPdo3!=stat)
    540540    {
    541         gLog << inf << MTime(-1) << ": " << GetNodeName() << " - PDO2(0x" << hex << (int)stat << dec << ") = ";
     541        gLog << inf << MTime(-1) << ": " << GetNodeName() << " - PDO3(0x" << hex << (int)stat << dec << ") = ";
    542542        const Bool_t ready  = stat&0x001;
    543543        const Bool_t fuse   = stat&0x002;
Note: See TracChangeset for help on using the changeset viewer.