Changeset 27e750 in git for kernel/polys.cc


Ignore:
Timestamp:
Feb 23, 2009, 2:29:22 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
08500d542c4163fa9952a6aad1cf846ecf31945d
Parents:
7924eecd41944b3878830cb230825ccae2e772ed
Message:
*hannes: HAVE_RATGRING


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r7924ee r27e750  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys.cc,v 1.36 2009-02-21 17:05:51 Singular Exp $ */
     4/* $Id: polys.cc,v 1.37 2009-02-23 13:29:22 Singular Exp $ */
    55
    66/*
     
    10421042  return FALSE;
    10431043}
     1044#ifdef HAVE_RATGRING
    10441045BOOLEAN pCompareChainPart (poly p,poly p1,poly p2,poly lcm)
    10451046{
     
    10951096  return FALSE;
    10961097}
     1098#endif
    10971099
    10981100int pSize(poly p)
Note: See TracChangeset for help on using the changeset viewer.