Ignore:
Timestamp:
Feb 22, 2012, 9:52:58 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
dd156fc3fe4ce7e785c8c6aa066f73f3c887f9bb
Parents:
7729907f549543f553ed6efd161b1abbfd835b3c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 21:52:58+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:09+01:00
Message:
minor cleanup

chg: better indentation
chg: converted comments into doxygen documentation for some declaration
File:
1 edited

Legend:

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

    r772990 r260672  
    362362      for (i = 1; i<r->N; i++)
    363363      {
    364         for (j = i+1; j<=r->N; j++)
    365         {
    366           nl = n_IsOne(p_GetCoeff(MATELEM(r->GetNC()->C,i,j),r), r->cf);
    367           if ( (MATELEM(r->GetNC()->D,i,j)!=NULL) || (!nl) )
    368           {
     364        for (j = i+1; j<=r->N; j++)
     365        {
     366          nl = n_IsOne(p_GetCoeff(MATELEM(r->GetNC()->C,i,j),r), r->cf);
     367          if ( (MATELEM(r->GetNC()->D,i,j)!=NULL) || (!nl) )
     368          {
    369369            Print("\n//    %s%s=",r->names[j-1],r->names[i-1]);
    370370            pl = MATELEM(r->GetNC()->MT[UPMATELEM(i,j,r->N)],1,1);
Note: See TracChangeset for help on using the changeset viewer.