Changeset f44fb9 in git for kernel/ideals.cc


Ignore:
Timestamp:
Jul 27, 2009, 10:33:59 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
7fb366a5fb850856529c6c4f4c8cf2ac706abfba
Parents:
9eafde17e376a343af44c3141b86f8e1c20a6127
Message:
*hannes: idShow only in debug mode


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

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    r9eafde rf44fb9  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.75 2009-07-20 12:00:50 motsak Exp $ */
     4/* $Id: ideals.cc,v 1.76 2009-07-27 08:31:18 Singular Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    7070}
    7171
    72 //#ifndef __OPTIMIZE__
     72#ifndef __OPTIMIZE__
    7373// this is mainly for outputting an ideal within the debugger
    7474void idShow(const ideal id, const ring lmRing, const ring tailRing, const int debugPrint)
     
    7777 
    7878  if( id == NULL )
    79     Print("(NULL)");
     79    PrintS("(NULL)");
    8080  else
    8181  {
     
    9191  }
    9292}
    93 //#endif
     93#endif
    9494
    9595/*2
Note: See TracChangeset for help on using the changeset viewer.