Changeset 9982049 in git for kernel/ideals.cc
- Timestamp:
- Aug 13, 2009, 7:31:50 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 6a4509cdda6450d69b9c13e445571024e407a07d
- Parents:
- e024c6c7d55e55f6cf66fb9de0d37e618f6e601a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
re024c6c r9982049 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.7 6 2009-07-27 08:31:18 SingularExp $ */4 /* $Id: ideals.cc,v 1.77 2009-08-13 17:31:49 motsak Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 70 70 } 71 71 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 74 74 void idShow(const ideal id, const ring lmRing, const ring tailRing, const int debugPrint) 75 75 { … … 91 91 } 92 92 } 93 #endif93 //#endif 94 94 95 95 /*2
Note: See TracChangeset
for help on using the changeset viewer.