Changeset 02c42d in git for libpolys/polys/OBSOLETE_pInitContent.cc
- Timestamp:
- May 4, 2011, 7:17:53 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- af598e3e1fa791f8f0ca59a43791eddb7a4f6f27
- Parents:
- 211146554165c4e6c498c633261b86cf0969119d
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-04 19:17:53+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:35+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/OBSOLETE_pInitContent.cc
r2111465 r02c42d 90 90 nDelete(&h); 91 91 #ifdef HAVE_FACTORY 92 if ( (n GetChar() == 1) || (nGetChar() < 0) ) /* Q[a],Q(a),Zp[a],Z/p(a) */92 if ( (n_GetChar() == 1) || (n_GetChar() < 0) ) /* Q[a],Q(a),Zp[a],Z/p(a) */ 93 93 { 94 94 singclap_divide_content(ph); … … 398 398 // nDelete(&h); 399 399 //#ifdef HAVE_FACTORY 400 // if ( (n GetChar() == 1) || (nGetChar() < 0) ) /* Q[a],Q(a),Zp[a],Z/p(a) */400 // if ( (n_GetChar() == 1) || (n_GetChar() < 0) ) /* Q[a],Q(a),Zp[a],Z/p(a) */ 401 401 // { 402 402 // pTest(ph); … … 534 534 } 535 535 nDelete(&h); 536 if (n GetChar()==1)536 if (n_GetChar()==1) 537 537 { 538 538 loop … … 639 639 pIter(p); 640 640 } 641 if (n GetChar()==1)641 if (n_GetChar()==1) 642 642 { 643 643 loop
Note: See TracChangeset
for help on using the changeset viewer.