Changeset 052b762 in git


Ignore:
Timestamp:
Apr 7, 1998, 7:51:50 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
3a20c153bb020cf1cd6b72a6f990e8fa04dd80c4
Parents:
cf3ff4e9ea97293db0224e00108a04e2e7b79740
Message:
* hannes: memory check are done in mmallcb.c (intvec.cc)


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

Legend:

Unmodified
Added
Removed
  • Singular/intvec.cc

    rcf3ff4 r052b762  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: intvec.cc,v 1.6 1997-04-30 15:25:28 Singular Exp $ */
     4/* $Id: intvec.cc,v 1.7 1998-04-07 17:51:50 Singular Exp $ */
    55/*
    66* ABSTRACT: class intvec: lists/vectors of integers
     
    3939  }
    4040  v = (int *)Alloc(sizeof(int)*row);
    41   if (v!=NULL)
     41  //if (v!=NULL)
    4242  {
    4343    for (int i=0; i<row; i++)
     
    4747    }
    4848  }
    49   else
    50   {
    51     Werror("internal error: creating intvec(%d)",row);
    52     row=0;
    53   }
     49  //else
     50  //{
     51  //  Werror("internal error: creating intvec(%d)",row);
     52  //  row=0;
     53  //}
    5454}
    5555
Note: See TracChangeset for help on using the changeset viewer.