Changeset 10651 for trunk/FACT++/src


Ignore:
Timestamp:
05/10/11 14:44:27 (13 years ago)
Author:
tbretz
Message:
Removed sending static data 100 times when loaded from file which was put there for testing purpose.
File:
1 edited

Legend:

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

    r10647 r10651  
    617617        fStaticData = data;
    618618
    619         for (int i=0; i<100; i++)
    620             CmdSendStatDat();
     619        CmdSendStatDat();
    621620
    622621        return true;
Note: See TracChangeset for help on using the changeset viewer.