Changeset d315d69 in git
- Timestamp:
- Feb 18, 2011, 5:05:27 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 8f02de534ff45f580d7f0e50125f7cb0b79b6b9f
- Parents:
- 989e08b0bfaed2fffacb4681c098f961c877d9e5
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/bigintm.cc
r989e08 rd315d69 10 10 // as this is only a demo, 11 11 // we do not included compiled code: 12 #if 112 #if 0 13 13 char * bigintm_String(blackbox *b, void *d); 14 14 void * bigintm_Copy(blackbox*b, void *d); -
Singular/tesths.cc
r989e08 rd315d69 32 32 #include <Singular/slInit.h> 33 33 #include <Singular/ssiLink.h> 34 #include <Singular/bigintm.h> 34 35 #include <Singular/bbcone.h> 35 36 #include <Singular/pyobject_setup.h> … … 131 132 currPackHdl=h; 132 133 basePackHdl=h; 134 bbcone_setup(); 133 135 //for official version: not active 134 bbcone_setup();136 //bigintm_setup(); 135 137 } 136 138 #endif
Note: See TracChangeset
for help on using the changeset viewer.