Changeset 0fcb82 in git for Singular/ideals.cc


Ignore:
Timestamp:
Feb 29, 2000, 11:46:06 AM (24 years ago)
Author:
Thomas Siebert <siebert@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
0c9669d100a16487365a89711c6d20641f19ec8b
Parents:
ccf4f2e5af7c31cb7919d973aab28cf4c6dce537
Message:
Correction of memory leaks


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

Legend:

Unmodified
Added
Removed
  • Singular/ideals.cc

    rccf4f2e r0fcb82  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.91 2000-02-07 17:24:17 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.92 2000-02-29 10:46:02 siebert Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    6969}
    7070
    71 #ifndef __OPTIMIZE__
     71//#ifndef __OPTIMIZE__
    7272// this is mainly for outputting an ideal within the debugger
    73 void idPrint(ideal id)
     73void idShow(ideal id)
    7474{
    7575  Print("Module of rank %d,real rank %d and %d generators.\n",
     
    8383  }
    8484}
    85 #endif
     85//#endif
    8686
    8787/*2
Note: See TracChangeset for help on using the changeset viewer.