Ignore:
Timestamp:
May 4, 2011, 7:17:53 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
FIX: nGetChar -> n_nGetChar
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/OBSOLETE_pInitContent.cc

    r2111465 r02c42d  
    9090    nDelete(&h);
    9191#ifdef HAVE_FACTORY
    92     if ( (nGetChar() == 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) */
    9393    {
    9494      singclap_divide_content(ph);
     
    398398//    nDelete(&h);
    399399//#ifdef HAVE_FACTORY
    400 //    if ( (nGetChar() == 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) */
    401401//    {
    402402//      pTest(ph);
     
    534534      }
    535535      nDelete(&h);
    536       if (nGetChar()==1)
     536      if (n_GetChar()==1)
    537537      {
    538538        loop
     
    639639        pIter(p);
    640640      }
    641       if (nGetChar()==1)
     641      if (n_GetChar()==1)
    642642      {
    643643        loop
Note: See TracChangeset for help on using the changeset viewer.