Changeset 12772 for trunk/FACT++


Ignore:
Timestamp:
01/26/12 13:31:32 (13 years ago)
Author:
tbretz
Message:
Removed more stray debug out; replaced Get<vector<string>> by Vec<string>
File:
1 edited

Legend:

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

    r12771 r12772  
    19021902        fIsDataOutput = conf.Get<bool>("data-out");
    19031903        fDebugTx = conf.Get<bool>("debug-tx");
    1904 cout << -1 << endl;
     1904
    19051905        // ---------- Setup event builder ---------
    19061906        SetMaxMemory(conf.Get<unsigned int>("max-mem"));
     
    20382038        if (conf.Has("addr"))
    20392039        {
    2040             const vector<string> addrs = conf.Get<vector<string>>("addr");
     2040            const vector<string> addrs = conf.Vec<string>("addr");
    20412041            for (vector<string>::const_iterator i=addrs.begin(); i<addrs.end(); i++)
    20422042            {
Note: See TracChangeset for help on using the changeset viewer.