Ignore:
Timestamp:
06/24/11 16:00:23 (13 years ago)
Author:
tbretz
Message:
Added check whether all ports are connected again.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/EventBuilderWrapper.h

    r11179 r11180  
    13571357            vec[i+3] = (*ref&mask)>>shift;
    13581358
    1359 //            if (gi_NumConnect[i/7]!=7)
    1360 //                continue;
     1359            if (gi_NumConnect[i/7]!=7)
     1360                continue;
    13611361
    13621362            if (!val)
     
    13921392        const int offset = reinterpret_cast<const char *>(t) - reinterpret_cast<const char *>(h);
    13931393
    1394         T val;  // All bits 0
    1395         T rc;
     1394        T val = T();  // All bits 0
     1395        T rc  = T();
    13961396
    13971397        boost::array<T, 42> vec;
Note: See TracChangeset for help on using the changeset viewer.