Changeset 12772 for trunk/FACT++
- Timestamp:
- 01/26/12 13:31:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r12771 r12772 1902 1902 fIsDataOutput = conf.Get<bool>("data-out"); 1903 1903 fDebugTx = conf.Get<bool>("debug-tx"); 1904 cout << -1 << endl; 1904 1905 1905 // ---------- Setup event builder --------- 1906 1906 SetMaxMemory(conf.Get<unsigned int>("max-mem")); … … 2038 2038 if (conf.Has("addr")) 2039 2039 { 2040 const vector<string> addrs = conf. Get<vector<string>>("addr");2040 const vector<string> addrs = conf.Vec<string>("addr"); 2041 2041 for (vector<string>::const_iterator i=addrs.begin(); i<addrs.end(); i++) 2042 2042 {
Note:
See TracChangeset
for help on using the changeset viewer.