Changeset 295c703 in git
- Timestamp:
- Aug 22, 2008, 1:56:55 PM (15 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- cc477d39bee44261849b3352deac095522d243eb
- Parents:
- f498a7ee38c209567061c0786f773c11b02c3467
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/longalg.cc
rf498a7e r295c703 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: longalg.cc,v 1.3 7 2008-07-20 10:19:02Singular Exp $ */4 /* $Id: longalg.cc,v 1.38 2008-08-22 11:56:55 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: algebraic numbers … … 1692 1692 #else 1693 1693 { 1694 int c=ABS(nGetChar()); 1695 if (c==1) c=0; 1696 setCharacteristic( c ); 1697 1694 1698 napoly rz=napGcd(x->z, y->z); 1695 1699 CanonicalForm F, G, R; -
kernel/ring.cc
rf498a7e r295c703 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ring.cc,v 1.10 2 2008-07-26 18:15:46Singular Exp $ */4 /* $Id: ring.cc,v 1.103 2008-08-22 11:56:55 Singular Exp $ */ 5 5 6 6 /* … … 112 112 /*------------ global variables related to factory -------------------*/ 113 113 #ifdef HAVE_FACTORY 114 int c=ABS(nGetChar());115 if (c==1) c=0;116 setCharacteristic( c );114 //int c=ABS(nGetChar()); 115 //if (c==1) c=0; 116 //setCharacteristic( c ); 117 117 #endif 118 118 }
Note: See TracChangeset
for help on using the changeset viewer.