Changeset 8a7e76 in git
- Timestamp:
- Mar 5, 2010, 2:24:08 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 4f461ce95178cbbadc11439c3cc200032a7e2697
- Parents:
- 78efe9f25ea57c6afdfe8736b026e6d074a3d9d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ring.cc
r78efe9f r8a7e76 4742 4742 rComplete(res, 1); 4743 4743 #ifdef HAVE_PLURAL 4744 if (rIsPluralRing( r))4745 { 4746 if ( nc_rComplete( r, res, false) ) // no qideal!4744 if (rIsPluralRing(currRing)) 4745 { 4746 if ( nc_rComplete(currRing, res, false) ) // no qideal! 4747 4747 { 4748 4748 #ifndef NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.