Changeset 6caad65 in git for libpolys/polys/monomials/ring.cc
- Timestamp:
- Aug 10, 2012, 6:43:54 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 865b200481936511016703447e348179c16cfe12
- Parents:
- ab56fc8edb1c11c3240a168051119e14e5bed4a8
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-08-10 18:43:54+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-08-15 19:58:16+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/ring.cc
rab56fc r6caad65 3212 3212 3213 3213 /*======== ordering type is (am,_) ==================*/ 3214 if ((order[0]==ringorder_am) 3215 ) 3214 if (order[0]==ringorder_am) 3216 3215 { 3217 3216 r->MixedOrder = FALSE; … … 4407 4406 ring rAssure_SyzComp(const ring r, BOOLEAN complete) 4408 4407 { 4409 if ( (r->order[0] == ringorder_s)) return r;4410 4411 if ( (r->order[0] == ringorder_IS))4408 if ( r->order[0] == ringorder_s ) return r; 4409 4410 if ( r->order[0] == ringorder_IS ) 4412 4411 { 4413 4412 #ifndef NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.