Changeset d60626 in git
- Timestamp:
- Jan 11, 2007, 11:37:35 AM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 8716be2e191c917ded9d525d95527e5828b8b42b
- Parents:
- d312f60de15be42c43e4d046f839a626576dfc89
- Location:
- kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kbuckets.cc
rd312f6 rd60626 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kbuckets.cc,v 1. 29 2006-12-18 20:45:08 motsakExp $ */4 /* $Id: kbuckets.cc,v 1.30 2007-01-11 10:37:34 Singular Exp $ */ 5 5 6 6 #include "mod2.h" … … 12 12 #include "kbuckets.h" 13 13 #include "numbers.h" 14 #include "ring.h" 14 15 #include "p_Procs.h" 15 16 -
kernel/kspoly.cc
rd312f6 rd60626 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kspoly.cc,v 1. 7 2007-01-03 00:17:10 motsakExp $ */4 /* $Id: kspoly.cc,v 1.8 2007-01-11 10:37:35 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Routines for Spoly creation and reductions … … 66 66 p_MaxComp(pNext(p2),tailRing) == 0)); 67 67 68 #ifdef HAVE_PLURAL 68 69 if (rIsPluralRing(currRing)) 69 70 { … … 85 86 return 0; 86 87 } 88 #endif 87 89 88 90 if (t2==NULL) // Divisor is just one term, therefore it will -
kernel/ring.cc
rd312f6 rd60626 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ring.cc,v 1.5 2 2007-01-09 13:07:04Singular Exp $ */4 /* $Id: ring.cc,v 1.53 2007-01-11 10:37:35 Singular Exp $ */ 5 5 6 6 /* … … 27 27 #ifdef HAVE_PLURAL 28 28 #include "gring.h" 29 #endif 30 #include "maps.h" 29 31 #include "matpol.h" 30 #include "maps.h"31 #endif32 32 #ifdef HAVE_FACTORY 33 33 #include "factory.h" … … 3998 3998 return Renv; 3999 3999 } 4000 4000 #ifdef HAVE_PLURAL 4001 4001 BOOLEAN nc_rComplete(ring src, ring dest) 4002 4002 /* returns TRUE is there were errors */ … … 4063 4063 return FALSE; 4064 4064 } 4065 #endif 4065 4066 4066 4067 void rModify_a_to_A(ring r)
Note: See TracChangeset
for help on using the changeset viewer.