Changeset 0b0298 in git
- Timestamp:
- Nov 16, 2022, 12:12:05 PM (3 months ago)
- Branches:
- (u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- c28d7c841fd56bce906004b348cd9232f1cda977
- Parents:
- c83da883c6a6082e2c8a67de0d9275f441154b1f
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-11-16 12:12:05+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-11-16 12:14:07+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kstd1.cc
rc83da8 r0b0298 1850 1850 } 1851 1851 1852 if (rField_is_Ring(currRing)) { 1852 if (rField_is_Ring(currRing)) 1853 { 1853 1854 if (rField_is_Z(currRing)) 1854 1855 strat->red = redRiloc_Z; -
libpolys/coeffs/numbers.cc
rc83da8 r0b0298 47 47 void nNew(number* d) { *d=NULL; } 48 48 49 50 49 static void ndDelete(number* d, const coeffs) { *d=NULL; } 51 static number ndAnn(number, const coeffs ) { return NULL;}50 static number ndAnn(number, const coeffs cf) { WarnS("cfAnn undefined"); return n_Init(0,cf); } 52 51 static char* ndCoeffString(const coeffs r) 53 52 {
Note: See TracChangeset
for help on using the changeset viewer.