Changeset 0033111 in git for libpolys/polys/weight.cc
- Timestamp:
- Oct 25, 2011, 11:33:28 AM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- eafa0edca582876575051b2b543608fd75a2bd48
- Parents:
- a5d181c44c2cbadb742ff1668fd6d2a9a2436a8c
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-10-25 11:33:28+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:09+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/weight.cc
ra5d181c r0033111 205 205 int len=0; 206 206 if(iv!=NULL) 207 len=si_min(iv->length(), pVariables); // usually: pVariables==length()207 len=si_min(iv->length(),rVar(R)); // usually: rVar(R)==length() 208 208 int i; 209 209 //for(i=pVariables;i>len;i--) s[i]=1;
Note: See TracChangeset
for help on using the changeset viewer.