Changeset 9bc6bcb in git for libpolys


Ignore:
Timestamp:
Feb 4, 2014, 12:58:33 AM (10 years ago)
Author:
Max Horn <max@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
369a7c34c03c872f28106a3146c019502dc08a18
Parents:
f07fec98fbe897d626b7ff62c267e92d45173fad
Message:
Fix warnings about nested block comments
File:
1 edited

Legend:

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

    rf07fec r9bc6bcb  
    21932193          pIter(p);
    21942194        }
    2195         /* hzz contains the gcd of all numerators in f*/
    2196         /*h=n_Invers(hzz,r->cf->extRing->cf);
     2195        // hzz contains the gcd of all numerators in f
     2196        h=n_Invers(hzz,r->cf->extRing->cf);
    21972197        n_Delete(&hzz,r->cf->extRing->cf);
    21982198        n_Normalize(h,r->cf->extRing->cf);
Note: See TracChangeset for help on using the changeset viewer.