Changeset afdd55 in git for coeffs/modulop.cc


Ignore:
Timestamp:
May 5, 2010, 3:43:04 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
81bff55bd91793d5286706a40319145c80986141
Parents:
2336d0a674d92415a0e20e0b4abf6b1a96ab56e2
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-05-05 15:43:04+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:51:39+01:00
Message:
nField_is -> getCoeffType
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/modulop.cc

    r2336d0 rafdd55  
    361361#endif
    362362    }
     363    r->type=n_Zp;
     364    r->cfInitChar=npInitChar;
    363365    r->cfKillChar=npKillChar;
    364366    r->cfSetChar=npSetChar;
    365367    npSetChar(r);
    366     r->cfSetChar=NULL;
    367368    r->cfInit = npInit;
    368369    r->nInit_bigint=npMap0;
Note: See TracChangeset for help on using the changeset viewer.