Changeset d663f2 in git for libpolys/coeffs/modulop.cc


Ignore:
Timestamp:
Aug 25, 2011, 6:52:34 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
50b874afcba55b265e25d44bbebf37f1a74402a6
Parents:
ef6f951a70b932a931c74771bcc97ed20e73dad7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-25 18:52:34+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:29+01:00
Message:
FIX: fixing longrat-related bugs (due to the Uglyness in p_Numbers.h!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/modulop.cc

    ref6f95 rd663f2  
    632632  if(res->s==0)
    633633    iz=(long)npDiv((number)iz,(number)in,dst_r);
    634   omFreeBin((void *)res, rnumber_bin);
     634  FREE_RNUMBER(res); // Q!?
    635635  return (number)iz;
    636636}
Note: See TracChangeset for help on using the changeset viewer.