Changeset e54c6ee in git for Singular/misc_ip.cc


Ignore:
Timestamp:
Aug 16, 2016, 10:47:22 AM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '4bd32dfef92ec9f5ed8dceee82d14318ae147107')
Children:
f8735a6f0fe51d2c1c11121c35982563485c2b25
Parents:
3238c13e1d0da1d4c477894d1b70583f86f828f9
Message:
Singular_4_1: new names; Ring. Matrix, Number, construction cf[x], ....
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r3238c1 re54c6ee  
    12621262  if(TRUE)
    12631263  {
    1264     n_coeffType type = nRegister(n_polyExt, naInitChar);
    1265     assume(type == n_algExt);
     1264    n_coeffType type;
     1265    #ifdef SINGULAR_4_1
     1266    type = nRegister(n_polyExt, naInitChar);
     1267    assume(type == n_polyExt);
     1268    #endif
    12661269
    12671270    type = nRegister(n_algExt, naInitChar);
Note: See TracChangeset for help on using the changeset viewer.