Changeset 879b16 in git for libpolys


Ignore:
Timestamp:
Jun 14, 2022, 4:39:47 PM (23 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cf8a274644e002595e7268b7b81efcc5c87cc4bf
Parents:
bf0bd37568729cb7fcec9e7cc1d8345591a4db03
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/simpleideals.cc

    rbf0bd3 r879b16  
    429429            p_Delete(&id->m[j],r);
    430430            if (j==k) k--;
    431             while(id->m[k]==NULL) k--;
     431            while(id->m[k]==NULL) k--;
    432432          }
    433433          else if (p_LmDivisibleByNoComp(id->m[j], id->m[i],r))
Note: See TracChangeset for help on using the changeset viewer.