Changeset 761d13 in git


Ignore:
Timestamp:
Mar 9, 2017, 3:42:11 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
eb0ab8ed21cde69be1f7673070ba991a8690b327
Parents:
f45a05ec4cc32da1d754f711686a453de7a692be
Message:
code cleanup: minor
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/matpol.cc

    rf45a05 r761d13  
    13601360  int r=lr-1, c=lc-1;
    13611361  poly *b = a0->m, *x = re->m;
    1362   poly piv, elim, q1, q2, *ap, *a, *q;
     1362  poly piv, elim, q1, *ap, *a, *q;
    13631363  int i, j;
    13641364
     
    13821382          if (ap[j] != NULL)
    13831383          {
    1384             q2 = sm_MultDiv(ap[j], elim, div, R);
     1384            poly q2 = sm_MultDiv(ap[j], elim, div, R);
    13851385            q1 = p_Add_q(q1,q2,R);
    13861386          }
Note: See TracChangeset for help on using the changeset viewer.