Changeset 86ac3fc in git for libpolys


Ignore:
Timestamp:
May 16, 2017, 1:41:24 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
d2f25007562a1c61c7ece19beeda5e356c703061
Parents:
991dd9aad499c9d6fc117bafa8d9ac5c80b48e03
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2017-05-16 13:41:24+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2017-05-16 13:45:04+02:00
Message:
minor opt. for syMinStep
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r991dd9 r86ac3fc  
    32863286        return TRUE;
    32873287      }
    3288       else
    3289         pIter(q);
    3290     }
    3291     else pIter(q);
     3288    }
     3289    pIter(q);
    32923290  }
    32933291  return FALSE;
Note: See TracChangeset for help on using the changeset viewer.