Changeset 01776f in git
- Timestamp:
- Jul 10, 2018, 4:48:43 PM (5 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- d4e70ce7cd731c82065512005da56817c732bca7
- Parents:
- 2443ced2cba9f5617e0ff42c31388959712c13d9
- Location:
- Singular/links
- Files:
-
- 2 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 -
Singular/links/ssiLink.cc
r2443ced r01776f 2029 2029 return FALSE; 2030 2030 2031 // do not dump default cring: 2032 if (type_id == CRING_CMD) 2033 { 2034 if (strcmp(IDID(h),"ZZ")==0) return FALSE; 2035 if (strcmp(IDID(h),"QQ")==0) return FALSE; 2036 #ifdef SINGULAR_4_2 2037 if (strcmp(IDID(h),"AE")==0) return FALSE; 2038 if (strcmp(IDID(h),"QAE")==0) return FALSE; 2039 #endif 2040 if (strcmp(IDID(h),"flintQ")==0) return FALSE; 2041 } 2042 2031 2043 command D=(command)omAlloc0(sizeof(*D)); 2032 2044 sleftv tmp;
Note: See TracChangeset
for help on using the changeset viewer.