Changeset c81423 in git for dyn_modules/syzextra/syzextra.h
- Timestamp:
- Aug 10, 2012, 6:48:03 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '1d362c315e551a5b527ab0759f8839cf0e94f3a5')
- Children:
- 1cf13b33d55ec9d3d521a0c38c579e836bd8400d
- Parents:
- e98c64edd3cf15f4e5d15991052a7bbcbb1184a5
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-08-10 18:48:03+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:47+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dyn_modules/syzextra/syzextra.h
re98c64 rc81423 150 150 bool IsNonempty() const { return !m_hash.empty(); } 151 151 152 #ifndef NDEBUG 153 void DebugPrint() const; 154 #endif 155 152 156 private: 153 157 ideal m_L; ///< only for debug … … 191 195 m_lcm(m_idLeads, setting), m_div(m_idLeads, setting), m_checker(NULL, setting) 192 196 { 193 if( __TAILREDSYZ__ && syzLeads != NULL )197 if( __TAILREDSYZ__ && !__IGNORETAILS__ && syzLeads != NULL ) 194 198 m_checker.Initialize(syzLeads); 195 199 }
Note: See TracChangeset
for help on using the changeset viewer.