Changeset d3e295a in git
- Timestamp:
- Sep 30, 1998, 4:34:28 PM (25 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 63be4234f984d181f1f72b6785e2e45b7ba7cc13
- Parents:
- c616d1a866332e51b67371d164a1d853e45e3434
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ideals.h
rc616d1 rd3e295a 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: ideals.h,v 1. 9 1998-08-27 12:32:40Singular Exp $ */6 /* $Id: ideals.h,v 1.10 1998-09-30 14:34:28 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT - all basic methods to manipulate ideals … … 10 10 #include "structs.h" 11 11 12 #ifdef MDEBUG12 #ifdef PDEBUG 13 13 ideal idDBInit (int size, int rank, char *f, int l); 14 14 #define idInit(A,B) idDBInit(A,B,__FILE__,__LINE__) … … 39 39 #endif 40 40 41 #ifdef MDEBUG41 #ifdef PDEBUG 42 42 ideal idDBCopy(ideal h1,char *f,int l); 43 43 #define idCopy(A) idDBCopy(A,__FILE__,__LINE__)
Note: See TracChangeset
for help on using the changeset viewer.