Changeset 667247 in git for Singular/ideals.cc


Ignore:
Timestamp:
May 2, 1997, 5:10:23 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
713fe8641a9dff2efe5d93b24d2de16fb640aeda
Parents:
fde1a8734f321f72cbe87001fd682d36e955e8a1
Message:
* hannes: -fixed exitVoice in febase.cc
          -changed used of TEST in ideals.cc ipassign.cc ipconv.cc
            mmallocb.c modulop.cc polys2.cc numbers.cc
          - made nfCharQ, nfCharM1 extern in ffields.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/ideals.cc

    rfde1a8 r667247  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.5 1997-04-12 16:04:35 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.6 1997-05-02 15:10:13 Singular Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    221221  ideal h2;
    222222
    223 #ifdef TEST
     223//#ifdef TEST
    224224  if (h1 == NULL)
    225225  {
     
    231231  }
    232232  else
    233 #endif
     233//#endif
    234234  {
    235235#ifdef MDEBUG
Note: See TracChangeset for help on using the changeset viewer.