Changeset 1c1d660 in git for kernel/GBEngine/syz.cc
- Timestamp:
- May 11, 2016, 1:46:26 PM (7 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 8e11c18a3a737eb1a4f019cd5a31a51b01b07da8ff38ee02732552e78a143ebf4f9aadccee454071
- Parents:
- ed91a648ee6c2d95f04a52b58c09059d4c2c717e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/syz.cc
red91a6 r1c1d660 865 865 { 866 866 if ((pGetComp(res[i]->m[j])>l) 867 || ((i>1) && (res[i-1]->m[pGetComp(res[i]->m[j])-1]==NULL))) 867 // usual resolutions do not the following, but artifulal built may: (tr. #763) 868 //|| ((i>1) && (res[i-1]->m[pGetComp(res[i]->m[j])-1]==NULL)) 869 ) 868 870 { 869 871 WerrorS("input not a resolvent");
Note: See TracChangeset
for help on using the changeset viewer.