Changeset 9068b4e in git


Ignore:
Timestamp:
Jan 30, 2008, 10:14:04 AM (15 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
b18621d3f9473a4a76cf41af06dfefe3b7a400f5
Parents:
d772c3a7fde8da702386b51d66296d48b7be5edf
Message:
kutil.cc:
klammerfehler


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    rd772c3 r9068b4e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.72 2008-01-30 09:01:36 wienand Exp $ */
     4/* $Id: kutil.cc,v 1.73 2008-01-30 09:14:04 wienand Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    44314431  if ((strat->sl>=0)
    44324432#ifdef HAVE_RINGS
    4433        && nIsUnit(pGetCoef(strat->L[strat->Ll].p)
     4433       && nIsUnit(pGetCoeff(strat->L[strat->Ll].p))
    44344434#endif
    44354435       && pIsConstant(strat->S[0]))
     
    45304530  if ((strat->Ll>=0)
    45314531#ifdef HAVE_RINGS
    4532        && nIsUnit(pGetCoef(strat->L[strat->Ll].p)
     4532       && nIsUnit(pGetCoeff(strat->L[strat->Ll].p))
    45334533#endif
    45344534       && pIsConstant(strat->L[strat->Ll].p))
Note: See TracChangeset for help on using the changeset viewer.