Changeset e080ab in git
- Timestamp:
- Feb 26, 2009, 7:48:25 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 2809766227df25a7bd9aff4ad7b14d7cde637824
- Parents:
- 3ec38a567b6025adb57223e0a734c42f135941f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/clapsing.cc
r3ec38a re080ab 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapsing.cc,v 1.3 4 2009-02-13 12:20:50Singular Exp $5 // $Id: clapsing.cc,v 1.35 2009-02-26 18:48:25 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: interface between Singular and factory … … 1046 1046 if(!count_Factors(res,w,j,ff,convFactoryPSingTrP( J.getItem().factor() ))) 1047 1047 { 1048 (*w)[j]=1; 1048 if (w!=NULL) 1049 (*w)[j]=1; 1049 1050 res->m[j]=pOne(); 1050 1051 } … … 1054 1055 if (!count_Factors(res,w,j,ff,convFactoryAPSingAP( J.getItem().factor() ))) 1055 1056 { 1056 (*w)[j]=1; 1057 if (w!=NULL) 1058 (*w)[j]=1; 1057 1059 res->m[j]=pOne(); 1058 1060 }
Note: See TracChangeset
for help on using the changeset viewer.