Changeset 9a871d in git
- Timestamp:
- May 29, 2015, 8:11:49 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f7f34606f7ff04570296a86535c421167f902351
- Parents:
- e786dc69a172d574cf7c8e1d1475140446f49d1d
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-05-29 20:11:49+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-05-29 20:55:57+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kstd2.cc
re786dc r9a871d 104 104 int j = start; 105 105 106 pAssume(~not_sev == p_GetShortExpVector(p, r));107 108 106 const TSet T=strat->T; 109 107 const unsigned long* sevT=strat->sevT; … … 112 110 const ring r=currRing; 113 111 const poly p=L->p; 112 113 pAssume(~not_sev == p_GetShortExpVector(p, r)); 114 114 115 loop 115 116 {
Note: See TracChangeset
for help on using the changeset viewer.