Changeset 612efe in git


Ignore:
Timestamp:
Jan 29, 2007, 7:37:35 AM (17 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
21bcb056e758323cb0c8d5c18e0d854e8db29aab
Parents:
255c18720b8f72079c4ca502e6862f5ee01673c8
Message:
*bricken: remove an opportunity for plural to create fractions


git-svn-id: file:///usr/local/Singular/svn/trunk@9771 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r255c18 r612efe  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.114 2007-01-26 12:32:17 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.115 2007-01-29 06:37:35 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    18241824    {
    18251825#ifdef HAVE_PLURAL
    1826       if (c->nc)
     1826      if (c->nc){
    18271827        h= nc_SPoly(c->S->m[s->i], c->S->m[s->j]/*, NULL*/, c->r);
     1828        if (h!=NULL)
     1829          pCleardenom(h);
     1830      }
    18281831      else
    18291832#endif
Note: See TracChangeset for help on using the changeset viewer.