Changeset 32d07a5 in git for libpolys/polys/OBSOLETE_pInitContent.cc
- Timestamp:
- Apr 8, 2011, 5:59:39 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 78e3fdabbdf1f97f1b730a254c9e1b353a774881
- Parents:
- 9959c4523c38de5512e2a1bcc348be2677981317
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-08 17:59:39+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:22+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/OBSOLETE_pInitContent.cc
r9959c45 r32d07a5 56 56 { 57 57 nNormalize(pGetCoeff(p)); 58 d=n Gcd(h,pGetCoeff(p),r);58 d=n_Gcd(h,pGetCoeff(p),r); 59 59 nDelete(&h); 60 60 h = d; … … 376 376 // while (p!=NULL) 377 377 // { 378 // d=n Gcd(h,pGetCoeff(p));378 // d=n_Gcd(h,pGetCoeff(p)); 379 379 // nDelete(&h); 380 380 // h = d;
Note: See TracChangeset
for help on using the changeset viewer.