Changeset fc15cc7 in git
- Timestamp:
- Jul 4, 2011, 7:15:35 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- f18d7db31e50bf3a96e0734078694749d216d31e
- Parents:
- 0312c51932007766f7474511cc741c2233b62ef9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gring.cc
r0312c5 rfc15cc7 1829 1829 1830 1830 M2=p_Add_q(M2,M1,r); // M2 = spoly(lt(p1), lt(p2)) + m1 * tail(p1), delete M1 1831 #ifdef PDEBUG 1831 1832 M1=NULL; 1832 #ifdef PDEBUG1833 1833 p_Test(M2,r); 1834 1834 … … 1858 1858 1859 1859 M2 = p_Add_q(M2,M1,r); // M2 = spoly(lt(p1), lt(p2)) + m1 * tail(p1) + m2*tail(p2) 1860 1861 #ifdef PDEBUG 1860 1862 M1=NULL; 1861 1862 #ifdef PDEBUG1863 1863 p_Test(M2,r); 1864 1864 … … 1868 1868 1869 1869 #endif 1870 // delete M11871 1870 1872 1871 p_Delete(&m1,r); // => n_Delete(&C1,r); … … 1878 1877 1879 1878 if (M2!=NULL) p_Cleardenom(M2,r); 1880 // if (M2!=NULL) p_Content(M2);1881 1879 1882 1880 return(M2);
Note: See TracChangeset
for help on using the changeset viewer.