Changeset 01776f in git for Singular/links/asciiLink.cc


Ignore:
Timestamp:
Jul 10, 2018, 4:48:43 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
d4e70ce7cd731c82065512005da56817c732bca7
Parents:
2443ced2cba9f5617e0ff42c31388959712c13d9
Message:
fix: dump for cring
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/links/asciiLink.cc

    r2443ced r01776f  
    301301    if (strcmp(IDID(h),"QQ")==0) return FALSE;
    302302    if (strcmp(IDID(h),"ZZ")==0) return FALSE;
     303    #ifdef SINGULAR_4_2
    303304    if (strcmp(IDID(h),"AE")==0) return FALSE;
    304305    if (strcmp(IDID(h),"QAE")==0) return FALSE;
    305     if (strcmp(IDID(h),"flint_poly_Q")==0) return FALSE;
     306    #endif
     307    if (strcmp(IDID(h),"flintQ")==0) return FALSE;
    306308  }
    307309
Note: See TracChangeset for help on using the changeset viewer.