Changeset 13908 for trunk/FACT++
- Timestamp:
- 05/26/12 12:29:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventImp.cc
r13830 r13908 176 176 // States with negative values are internal states and are 177 177 // never allowed 178 if (state<0)179 return false;178 // if (state<0) 179 // return false; 180 180 181 181 // In case no allowed state is explicitly set … … 214 214 void EventImp::Print(ostream &out, bool strip) const 215 215 { 216 if (GetDescription().empty()) 217 return; 218 216 219 out << " -"; 217 220
Note:
See TracChangeset
for help on using the changeset viewer.