Changeset 119f3c in git
- Timestamp:
- Feb 18, 2011, 4:03:37 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- bb23118530de76a31d8c559fca4b4ccfe50739f7
- Parents:
- 31b3e3395dfbe542f6631c2253a2ff72b6bd7b9b
- Location:
- Singular
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/bigintm.cc
r31b3e3 r119f3c 10 10 // as this is only a demo, 11 11 // we do not included compiled code: 12 #if 012 #if 1 13 13 char * bigintm_String(blackbox *b, void *d); 14 14 void * bigintm_Copy(blackbox*b, void *d); -
Singular/tesths.cc
r31b3e3 r119f3c 32 32 #include <Singular/slInit.h> 33 33 #include <Singular/ssiLink.h> 34 #include <Singular/b igintm.h>34 #include <Singular/bbcone.h> 35 35 #include <Singular/pyobject_setup.h> 36 36 … … 132 132 basePackHdl=h; 133 133 //for official version: not active 134 //bigintm_setup();134 bbcone_setup(); 135 135 } 136 136 #endif
Note: See TracChangeset
for help on using the changeset viewer.