Ignore:
Timestamp:
Feb 28, 2012, 7:33:43 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
986225e4b879695a1828864dc45519cbf8a0f681
Parents:
fc27468621ec9097867dc720d52d6c16471de8d3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-28 19:33:43+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 17:42:52+01:00
Message:
minor improvements to IS ordering

chg: better rDebugPrint output
chg: better pSetm_General (assumes on better places)
File:
1 edited

Legend:

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

    rfc2746 rde0a2a  
    337337            c--;
    338338
    339             assume( c < IDELEMS(F) ); // What about others???
    340 
    341339            if( c >= IDELEMS(F) )
    342340              break;
    343341
     342            assume( c < IDELEMS(F) ); // What about others???
     343           
    344344            const poly pp = F->m[c]; // get reference monomial!!!
    345345
     346            if(pp == NULL)
     347              break;
     348           
    346349            assume(pp != NULL);
    347350
     
    352355#endif
    353356#endif
    354             if(pp == NULL) break;
    355357
    356358            const int end = o->data.is.end;
Note: See TracChangeset for help on using the changeset viewer.