Changeset 85e68dd in git for kernel/ideals.cc
- Timestamp:
- Mar 19, 2008, 6:44:38 PM (15 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 0e8683ce70a557cd606e08f67660015d94bf8c34
- Parents:
- 36b7a3a23287fa7372c89db467c4ffab4d6268d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
r36b7a3 r85e68dd 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1. 49 2008-03-04 15:42:56Singular Exp $ */4 /* $Id: ideals.cc,v 1.50 2008-03-19 17:44:08 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 42 42 */ 43 43 #ifdef PDEBUG 44 ideal idDBInit(int idsize, int rank, c har *f, int l)44 ideal idDBInit(int idsize, int rank, const char *f, int l) 45 45 #else 46 46 ideal idInit(int idsize, int rank) … … 308 308 */ 309 309 #ifdef PDEBUG 310 ideal idDBCopy(ideal h1,c har *f,int l)310 ideal idDBCopy(ideal h1,const char *f,int l) 311 311 { 312 312 int i; … … 351 351 352 352 #ifdef PDEBUG 353 void idDBTest(ideal h1, int level, c har *f,int l)353 void idDBTest(ideal h1, int level, const char *f,const int l) 354 354 { 355 355 int i;
Note: See TracChangeset
for help on using the changeset viewer.