Changeset 3e305b in git


Ignore:
Timestamp:
Aug 11, 2011, 3:25:35 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
e635762ac89855572d3b5a9ff0bd5ede49811d20
Parents:
2bc4f5a0399eb703dcb16b05ba2872985f7cafc6
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-11 15:25:35+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:19:16+01:00
Message:
FIX: fix bigintegers (mpz_t) use in misc_ip.*
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r2bc4f5 r3e305b  
    1717#include <misc/auxiliary.h>
    1818
     19#ifdef HAVE_FACTORY
     20#define SI_DONT_HAVE_GLOBAL_VARS
     21#include <factory/factory.h>
     22// libfac:
     23extern const char * libfac_version;
     24extern const char * libfac_date;
     25#endif
     26
    1927#include "misc_ip.h"
    2028#include "ipid.h"
    2129
     30#include <coeffs/si_gmp.h>
    2231#include <coeffs/coeffs.h>
    23 // #include <coeffs/longrat.h>
    2432
    2533#include "feOpt.h"
     
    366374//#endif /* HAVE_LIBPARSER */
    367375
    368 #ifdef HAVE_FACTORY
    369 #define SI_DONT_HAVE_GLOBAL_VARS
    370 //#include <factory/factory.h>
    371 // libfac:
    372   extern const char * libfac_version;
    373   extern const char * libfac_date;
    374 #endif
    375376
    376377/* version strings */
  • Singular/misc_ip.h

    r2bc4f5 r3e305b  
    1515 *           these algorithms have been moved to the C/C++ kernel.
    1616 *
    17  * @author Frank Seelisch, Oleksandr Motsak
     17 * @author Frank Seelisch
    1818 *
    1919 * @internal @version \$Id$
     
    2626
    2727#include <misc/auxiliary.h>
     28
     29#include <coeffs/si_gmp.h>
    2830#include <coeffs/coeffs.h>
    29 
    30 #include <kernel/structs.h>
    31 #include <coeffs/si_gmp.h>
    3231
    3332#include <Singular/lists.h>
     
    8180// #include <polys/polys.h>
    8281/* Needed for debug Version of p_SetRingOfLeftv, Oliver */
     82#include <kernel/structs.h>
    8383void p_SetRingOfLeftv(leftv l, ring r);
    8484#endif
Note: See TracChangeset for help on using the changeset viewer.