Changeset cc4cc80 in git for libpolys/polys/nc/ncSAMult.cc
- Timestamp:
- Nov 22, 2012, 6:13:04 PM (11 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 32a76d8ff1ea7276dcd4a51110cc4bfb4506c97f
- Parents:
- e43dc39725c5d5b404d7ba9374a3c75ad9c923fb
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-22 18:13:04+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-22 20:43:02+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/nc/ncSAMult.cc
re43dc3 rcc4cc80 883 883 884 884 // TODO: review this! 885 if( (v == j))885 if( v == j ) 886 886 { 887 887 poly p = p_Head(pMonom, r);
Note: See TracChangeset
for help on using the changeset viewer.