Changeset 7cf3df1 in git for Singular/extra.cc


Ignore:
Timestamp:
Mar 25, 2014, 6:26:22 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '1e435b8ba068f7dbcd2aad89bcf324ebfd49f7ba')
Children:
26db1ae149e9978a97b0ac191b53d75e9728f439
Parents:
706551b8742b3f376863feefc0871cbefa877055
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-25 18:26:22+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-25 18:50:07+01:00
Message:
removed getGMPFloatDigits
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r706551b r7cf3df1  
    8383
    8484#include <kernel/minpoly.h>
     85
     86#include <numeric/mpr_base.h>
    8587
    8688#include "tok.h"
     
    676678        }
    677679        res->rtyp=INT_CMD;
    678         res->data=(void*)getGMPFloatDigits();
     680        res->data=(void*)(long)gmp_output_digits;
     681        //if (gmp_output_digits!=getGMPFloatDigits())
     682        //{ Print("%d, %d\n",getGMPFloatDigits(),gmp_output_digits);}
    679683        return FALSE;
    680684      }
Note: See TracChangeset for help on using the changeset viewer.