Changeset 1d138c in git for kernel/ideals.cc


Ignore:
Timestamp:
Nov 24, 2006, 4:54:54 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
07b3e15354f71a6f2cddfbcab43dfffd9c334f6e
Parents:
3504d7274c5b65041397e64fd259f10b923a19a4
Message:
*hannes: bug fix


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

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    r3504d7 r1d138c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.24 2006-11-24 13:44:38 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.25 2006-11-24 15:54:54 Singular Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    34853485static int idReadOutUnits(ideal arg,int* comp)
    34863486{
    3487   assume(!idIs0(arg));
     3487  if (idIs0(arg)) return -1;
    34883488  int i=0,j, generator=-1;
    34893489  int rk_arg=arg->rank; //idRankFreeModule(arg);
     
    35953595    }
    35963596  }
    3597   if ((w !=NULL)&&(*w!=NULL))
     3597  if ((w !=NULL)&&(*w!=NULL)&&(wtmp!=NULL))
    35983598  {
    35993599    delete *w;
Note: See TracChangeset for help on using the changeset viewer.