Changeset c462b60 in git for libpolys/polys


Ignore:
Timestamp:
Feb 8, 2013, 7:13:06 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
0366c4ff1082c90f816f09f5ae8eef3e5e3c5e28
Parents:
0b0bc3f3616f78b106ca89e8c714c6bc2d8e4728
Message:
fix: Long/locnomal.tst
File:
1 edited

Legend:

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

    r0b0bc3 rc462b60  
    138138      p_SetCoeff(h,n,R);
    139139      //Print("new mon:");pWrite(h);
    140       pNext(h)=res_p;
    141       res_p=h; // building res_p in reverse order!
    142     }
    143   }
    144   return pReverse(res_p);
     140      res_p=p_Add_q(res_p,h,R);
     141    }
     142  }
     143  return res_p;
    145144}
    146145/***************************************************************
Note: See TracChangeset for help on using the changeset viewer.