Changeset f0c0448 in git
- Timestamp:
- Jun 2, 2014, 2:51:06 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 40d3e3d7d6b897c18d688582f3d35c718c96a2ed9a44e066a60fc8901f88192e191e3db1d05b5ce4
- Parents:
- d1df8403f1e5f64fed914d1e5be781a8fe2f763e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/primdec.lib
rd1df84 rf0c0448 5142 5142 { 5143 5143 ASSUME(0, not isQuotientRing(basering) ) ; 5144 ASSUME(0, hasGlobalOrdering(basering) ) ;5144 ASSUME(0, hasGlobalOrdering(basering) ) ; 5145 5145 5146 5146 intvec op; … … 5215 5215 { 5216 5216 ASSUME(0, not isQuotientRing(basering) ) ; 5217 ASSUME(0, hasGlobalOrdering(basering) ) ;5217 ASSUME(0, hasGlobalOrdering(basering) ) ; 5218 5218 5219 5219 int j; … … 5986 5986 static proc radicalKL(ideal I, ideal ser, list #) 5987 5987 { 5988 5988 ASSUME(0, not isQuotientRing(basering) ) ; 5989 5989 ASSUME(0, hasGlobalOrdering(basering) ) ; 5990 5990 … … 6690 6690 { 6691 6691 ASSUME(0, not isQuotientRing(basering) ) ; 6692 ASSUME(0, hasGlobalOrdering(basering) ) ;6692 ASSUME(0, hasGlobalOrdering(basering) ) ; 6693 6693 6694 6694 int i; … … 7750 7750 { 7751 7751 ASSUME(0, not isQuotientRing(basering) ) ; 7752 ASSUME(0, hasGlobalOrdering(basering) ) ;7752 ASSUME(0, hasGlobalOrdering(basering) ) ; 7753 7753 7754 7754
Note: See TracChangeset
for help on using the changeset viewer.