Changeset 9982049 in git for kernel/ideals.cc


Ignore:
Timestamp:
Aug 13, 2009, 7:31:50 PM (14 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
6a4509cdda6450d69b9c13e445571024e407a07d
Parents:
e024c6c7d55e55f6cf66fb9de0d37e618f6e601a
Message:
*motsak: some fixes and addons


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

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    re024c6c r9982049  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.76 2009-07-27 08:31:18 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.77 2009-08-13 17:31:49 motsak Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    7070}
    7171
    72 #ifndef __OPTIMIZE__
    73 // this is mainly for outputting an ideal within the debugger
     72//#ifndef __OPTIMIZE__
     73// this is mainly for outputting an ideal within the debugger & DetailedPrint
    7474void idShow(const ideal id, const ring lmRing, const ring tailRing, const int debugPrint)
    7575{
     
    9191  }
    9292}
    93 #endif
     93//#endif
    9494
    9595/*2
Note: See TracChangeset for help on using the changeset viewer.