Changeset 612efe in git
- Timestamp:
- Jan 29, 2007, 7:37:35 AM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 21bcb056e758323cb0c8d5c18e0d854e8db29aab
- Parents:
- 255c18720b8f72079c4ca502e6862f5ee01673c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb.cc
r255c18 r612efe 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb.cc,v 1.11 4 2007-01-26 12:32:17bricken Exp $ */7 /* $Id: tgb.cc,v 1.115 2007-01-29 06:37:35 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: slimgb and F4 implementation … … 1824 1824 { 1825 1825 #ifdef HAVE_PLURAL 1826 if (c->nc) 1826 if (c->nc){ 1827 1827 h= nc_SPoly(c->S->m[s->i], c->S->m[s->j]/*, NULL*/, c->r); 1828 if (h!=NULL) 1829 pCleardenom(h); 1830 } 1828 1831 else 1829 1832 #endif
Note: See TracChangeset
for help on using the changeset viewer.