Changeset 01776f in git for Singular/links/asciiLink.cc
- Timestamp:
- Jul 10, 2018, 4:48:43 PM (5 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- d4e70ce7cd731c82065512005da56817c732bca7
- Parents:
- 2443ced2cba9f5617e0ff42c31388959712c13d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/links/asciiLink.cc
r2443ced r01776f 301 301 if (strcmp(IDID(h),"QQ")==0) return FALSE; 302 302 if (strcmp(IDID(h),"ZZ")==0) return FALSE; 303 #ifdef SINGULAR_4_2 303 304 if (strcmp(IDID(h),"AE")==0) return FALSE; 304 305 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; 306 308 } 307 309
Note: See TracChangeset
for help on using the changeset viewer.