Changeset 0033111 in git
- Timestamp:
- Oct 25, 2011, 11:33:28 AM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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.