Changeset 40f038 in git
- Timestamp:
- Dec 6, 2013, 6:00:29 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- 4a77173292401c5ea2660b766bf8f2b327769c45
- Parents:
- f1a309fae2b1e4366fb7ead1dac3f33dbfc042a5
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/primdecint.lib
rf1a309f r40f038 1203 1203 //=== this is needed because quotient(I,f) does not work properly, should be 1204 1204 //=== replaced by quotient later 1205 if ( f==0 ) { return( ideal(1) ); } 1205 1206 def R=basering; 1206 1207 int i; … … 1227 1228 //=== this is needed because quotient(I,J) does not work properly, should be 1228 1229 //=== replaced by quotient later 1230 if ( size(J)==0 ) { return( ideal(1) ); } 1229 1231 int i; 1230 1232 ideal K=quotientOneZ(I,J[1]); -
Tst/Short.lst
rf1a309f r40f038 55 55 Short/bug_55.tst 56 56 Short/bug_532_s.tst 57 Short/bug_538_s.tst 57 58 Short/bug_5.tst 58 59 Short/bug_6.tst
Note: See TracChangeset
for help on using the changeset viewer.