Changeset 46380a3 in git for libpolys


Ignore:
Timestamp:
Aug 12, 2016, 4:52:51 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3238c13e1d0da1d4c477894d1b70583f86f828f9
Parents:
bd183cd19d2214ef4634e2c81658a8730a93059e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-08-12 16:52:51+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-08-15 15:36:55+02:00
Message:
chg: Singular_4_1 opt.
Location:
libpolys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/numbers.cc

    rbd183c r46380a3  
    518518}
    519519
    520 
    521520n_coeffType nRegister(n_coeffType n, cfInitCharProc p)
    522521{
  • libpolys/polys/ext_fields/algext.cc

    rbd183c r46380a3  
    15211521{
    15221522  if (a == NULL) return TRUE;
    1523   return p_DBTest((poly)a, n2pRing,f,l);
     1523  return p_Test((poly)a, n2pRing);
    15241524}
    15251525#endif
     
    15841584  }
    15851585  return FALSE;
    1586 }
    1587 
    1588 void n2pKillChar(coeffs cf)
    1589 {
    1590    if ((--cf->extRing->ref) == 0)
    1591      rDelete(cf->extRing);
    15921586}
    15931587
Note: See TracChangeset for help on using the changeset viewer.