Changeset c2b991 in git


Ignore:
Timestamp:
Jun 3, 2020, 5:15:46 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
a1a07f8d15a83dfcce1545dd4e6dada42ed639fa
Parents:
fac3ec6af3bb2d637de4cd4122d461470014c799
Message:
fix: attrib ncgenCount only for LP rings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/attrib.cc

    rfac3ec rc2b991  
    262262      #ifdef HAVE_SHIFTBBA
    263263      PrintS("attr:isLetterplaceRing, type int\n");
    264       PrintS("attr:ncgenCount, type int\n");
     264      if (rIsLPRing((ring)v->Data()))
     265        PrintS("attr:ncgenCount, type int\n");
    265266      #endif
    266267
Note: See TracChangeset for help on using the changeset viewer.