Changeset b10c54 in git for Singular/LIB/grobcov.lib


Ignore:
Timestamp:
Apr 8, 2013, 10:07:43 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
cb8103ab4516946ba32e6fe69dc8bf83954ec2c9
Parents:
0b8af92b140c06ea78aad28f08ef08d8592d87e0
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-04-08 10:07:43+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-04-08 10:11:52+02:00
Message:
fix: use div instead of / for int
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/grobcov.lib

    r0b8af9 rb10c54  
    33903390  if (size(L)>0)
    33913391  {
    3392     for (i=1;i<=size(L)/2;i++)
     3392    for (i=1;i<=size(L) div 2;i++)
    33933393    {
    33943394      if (L[2*i-1]=="null"){E=L[2*i];}
Note: See TracChangeset for help on using the changeset viewer.