Changeset d772c3 in git for kernel/polys1.cc


Ignore:
Timestamp:
Jan 30, 2008, 10:01:38 AM (16 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
9068b4e77df30887d291a2703d67ea9493994b5d
Parents:
6d6383bff4329213dfc31400e874a9a1ae140664
Message:
kbuckets.cc, kstd2.cc, kutil.*, pInline1.h,polys.h :
müll entfernt

kutil.cc:
pIsConstant needs extra nIsUnit in case of rings

p_Procs_Impl.h:
Rings do not have automatic easy number copying

ring.cc:
print ausgabe für ringe


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

Legend:

Unmodified
Added
Removed
  • kernel/polys1.cc

    r6d6383b rd772c3  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys1.cc,v 1.29 2007-06-20 09:39:24 wienand Exp $ */
     4/* $Id: polys1.cc,v 1.30 2008-01-30 09:01:38 wienand Exp $ */
    55
    66/*
     
    482482{
    483483#ifdef HAVE_RINGS
    484   if (rField_is_Ring(currRing)) {
     484  if (rField_is_Ring(currRing))
     485  {
    485486    if ((ph!=NULL) && rField_has_Units(currRing))
    486487    {
     
    498499        nDelete(&k);
    499500      }
    500      return;
    501     }
    502     return;  //TODO OLIVER
     501    }
     502    return;
    503503  }
    504504#endif
Note: See TracChangeset for help on using the changeset viewer.