Changeset 80478a3 in git
- Timestamp:
- Nov 29, 2014, 8:39:58 PM (9 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 10478c89d2b549aa165d123e05fd493ee4c8d415
- Parents:
- 55e6b02c5376f2a3872b08852a40e2f08c312b7a
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-11-29 20:39:58+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-11-30 03:27:03+01:00
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r55e6b0 r80478a3 4210 4210 #endif 4211 4211 4212 //from mpr_inout.cc4213 extern void nPrint(number n);4214 4215 4212 BOOLEAN loNewtonP( leftv res, leftv arg1 ) 4216 4213 { -
kernel/numeric/mpr_base.cc
r55e6b0 r80478a3 38 38 #include <math.h> 39 39 //<- 40 41 extern void nPrint(number n); // for debugging output42 40 43 41 //%s -
kernel/numeric/mpr_inout.cc
r55e6b0 r80478a3 55 55 //<- 56 56 57 //-> nPrint(number n)58 void nPrint(number n)59 {60 poly o=pOne();61 pSetCoeff(o, nCopy(n) );62 pWrite0( o );63 pDelete( &o );64 }65 //<-66 67 57 //------------------------------------------------------------------------------ 68 58 -
kernel/numeric/mpr_numeric.cc
r55e6b0 r80478a3 41 41 #include <math.h> 42 42 //<- 43 44 extern void nPrint(number n); // for debugging output45 43 46 44 //----------------------------------------------------------------------------- -
libpolys/coeffs/numbers.h
r55e6b0 r80478a3 42 42 43 43 #define nSetMap(R) n_SetMap(R,currRing->cf) 44 45 /// only for debug, over any initalized currRing 46 #define nPrint(a) n_Print(a,currRing->cf) 47 48 44 49 45 50
Note: See TracChangeset
for help on using the changeset viewer.