Changeset 0033111 in git


Ignore:
Timestamp:
Oct 25, 2011, 11:33:28 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
syntax fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/weight.cc

    ra5d181c r0033111  
    205205  int len=0;
    206206  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()
    208208  int i;
    209209  //for(i=pVariables;i>len;i--) s[i]=1;
Note: See TracChangeset for help on using the changeset viewer.