Changeset f44fb9 in git


Ignore:
Timestamp:
Jul 27, 2009, 10:33:59 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
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
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/gring.cc

    r9eafde rf44fb9  
    77 *  Author:  levandov (Viktor Levandovsky)
    88 *  Created: 8/00 - 11/00
    9  *  Version: $Id: gring.cc,v 1.74 2009-05-15 13:21:31 motsak Exp $
     9 *  Version: $Id: gring.cc,v 1.75 2009-07-27 08:33:59 Singular Exp $
    1010 *******************************************************************/
    1111
     
    35873587      //      h2->rank=flag+idI+1;
    35883588      idTest(h2);
    3589       idShow(h2);
     3589      //idShow(h2);
    35903590      ring orig_ring=currRing;
    35913591      ring syz_ring=rCurrRingAssure_SyzComp();
     
    36183618      s_h3 = kStd(s_h2, currQuotient,(tHomog)FALSE,NULL,NULL,syzcomp,idI);
    36193619      test=save_test;
    3620       idShow(s_h3);
     3620      //idShow(s_h3);
    36213621      if (orig_ring != syz_ring)
    36223622      {
     
    36613661    else
    36623662      SI = idMultSect(S, syzcnt);
    3663     idShow(SI);
     3663    //idShow(SI);
    36643664    MI = idModule2Matrix(SI);
    36653665    res= idInit(MATCOLS(MI),1);
  • 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.