Changeset f0d4069 in git for kernel/polys.cc


Ignore:
Timestamp:
Jun 12, 2006, 2:35:13 AM (17 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
09b9c1b1bb4bc6dfc8e876d4d65751e7ed32971f
Parents:
c4c516319dd7380d23251f74e2a664cdb5664571
Message:
[oliver]

kutil.cc, polys.cc, ringgb.cc:
* clean up


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    rc4c516 rf0d4069  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys.cc,v 1.9 2006-06-12 00:07:11 wienand Exp $ */
     4/* $Id: polys.cc,v 1.10 2006-06-12 00:35:13 wienand Exp $ */
    55
    66/*
     
    935935
    936936  if (lcm==NULL) return FALSE;
    937   #ifdef HAVE_RING2TOM
    938   // In coefficient rings, the coefficient plays a role in chain crit TODO
    939   if (currRing->cring == 1 && !pLmDivisibleByNoComp(p, lcm)) return FALSE;
    940   #endif
    941937
    942938  for (j=pVariables; j; j--)
Note: See TracChangeset for help on using the changeset viewer.