Changeset 861529 in git for kernel/syz0.cc
- Timestamp:
- Jul 26, 2011, 1:21:51 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 92058150caf53dc60a028c63bafb64f39bfa73a8
- Parents:
- b7cfaff1d9a4ec8364a64a54d2b7e009f91418e2
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-26 13:21:51+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:53:34+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/syz0.cc
rb7cfaf r861529 423 423 IDELEMS(result) += 16; 424 424 } 425 //p Shift(&toRed,-rkF);425 //p_Shift(&toRed,-rkF,currRing); 426 426 pNorm(toRed); 427 427 (*Shdl)[Sl] = toRed; … … 839 839 { 840 840 if (arg->m[i]!=NULL) 841 p Shift(&arg->m[i],-j);841 p_Shift(&arg->m[i],-j,currRing); 842 842 } 843 843 }
Note: See TracChangeset
for help on using the changeset viewer.