Changeset d315d69 in git


Ignore:
Timestamp:
Feb 18, 2011, 5:05:27 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
8f02de534ff45f580d7f0e50125f7cb0b79b6b9f
Parents:
989e08b0bfaed2fffacb4681c098f961c877d9e5
Message:
re-introduce the bigintm example

git-svn-id: file:///usr/local/Singular/svn/trunk@13874 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/bigintm.cc

    r989e08 rd315d69  
    1010// as this is only a demo,
    1111// we do not included compiled code:
    12 #if 1
     12#if 0
    1313char * bigintm_String(blackbox *b, void *d);
    1414void * bigintm_Copy(blackbox*b, void *d);
  • Singular/tesths.cc

    r989e08 rd315d69  
    3232#include <Singular/slInit.h>
    3333#include <Singular/ssiLink.h>
     34#include <Singular/bigintm.h>
    3435#include <Singular/bbcone.h>
    3536#include <Singular/pyobject_setup.h>
     
    131132    currPackHdl=h;
    132133    basePackHdl=h;
     134    bbcone_setup();
    133135    //for official version: not active
    134     bbcone_setup();
     136    //bigintm_setup();
    135137  }
    136138#endif
Note: See TracChangeset for help on using the changeset viewer.