Changeset 1cf13b in git for dyn_modules/syzextra/mod_main.cc
- Timestamp:
- Apr 28, 2014, 8:50:10 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 1a4c34381788487464977b182596acb57f904d2f
- Parents:
- c814238a3c69aaf59662652396c4843d8c8c52fa
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-04-28 20:50:10+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:47+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dyn_modules/syzextra/mod_main.cc
rc81423 r1cf13b 849 849 PrintS("LS: "); dPrint(LS, r, r, 0); 850 850 } 851 } 851 } 852 852 853 853 res->rtyp = VECTOR_CMD; 854 res->data = SchreyerSyzygyNF(syz_lead, syz_2, L, T, LS, attributes); 854 res->data = SchreyerSyzygyNF(syz_lead, 855 (syz_2!=NULL)? p_Copy(syz_2, r): syz_2, L, T, LS, attributes); 855 856 856 857 if( __DEBUG__ )
Note: See TracChangeset
for help on using the changeset viewer.