Changeset f44fb9 in git for kernel/ideals.cc
- Timestamp:
- Jul 27, 2009, 10:33:59 AM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 7fb366a5fb850856529c6c4f4c8cf2ac706abfba
- Parents:
- 9eafde17e376a343af44c3141b86f8e1c20a6127
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
r9eafde rf44fb9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.7 5 2009-07-20 12:00:50 motsakExp $ */4 /* $Id: ideals.cc,v 1.76 2009-07-27 08:31:18 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 70 70 } 71 71 72 //#ifndef __OPTIMIZE__72 #ifndef __OPTIMIZE__ 73 73 // this is mainly for outputting an ideal within the debugger 74 74 void idShow(const ideal id, const ring lmRing, const ring tailRing, const int debugPrint) … … 77 77 78 78 if( id == NULL ) 79 Print ("(NULL)");79 PrintS("(NULL)"); 80 80 else 81 81 { … … 91 91 } 92 92 } 93 //#endif93 #endif 94 94 95 95 /*2
Note: See TracChangeset
for help on using the changeset viewer.