Changeset 12216 for trunk/FACT++/src
- Timestamp:
- 10/20/11 11:42:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r12111 r12216 1315 1315 vector<uint8_t> stat1(40); 1316 1316 vector<uint8_t> stat2(40); 1317 vector<bool> statC(40);1318 1317 1319 1318 int cnt = 0; // counter for enabled board … … 1347 1346 if (c->IsConfigured()) 1348 1347 { 1349 stat C[idx] = 1;1348 stat1[idx] = 3; 1350 1349 nconfigured++; 1351 1350 }
Note:
See TracChangeset
for help on using the changeset viewer.