Changeset a5275ef in git
- Timestamp:
- Jan 7, 2014, 5:42:49 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 12837904b914a435a7ad5916951eebc6324f4f12
- Parents:
- 0955dc38d4bd51ec9a764e8a6408223fe964f2bd
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/libparse.cc
r0955dc ra5275ef 1063 1063 #include <Singular/utils.h> 1064 1064 1065 int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!!1065 // int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!! 1066 1066 int mmInit(void) {return 1; } // ? due to SINGULAR!!!...??? 1067 1067 -
Singular/libparse.ll
r0955dc ra5275ef 11 11 #include <Singular/utils.h> 12 12 13 int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!!13 // int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!! 14 14 int mmInit(void) {return 1; } // ? due to SINGULAR!!!...??? 15 15 -
Singular/test.cc
r0955dc ra5275ef 48 48 49 49 50 int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!!50 // int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!! 51 51 int mmInit(void) {return 1; } // ? due to SINGULAR!!!...??? 52 52 -
Singular/tesths.cc
r0955dc ra5275ef 53 53 extern int siInit(char *); 54 54 55 int initializeGMP(){ return 1; }55 // int initializeGMP(){ return 1; } 56 56 57 57 int mmInit( void ) -
kernel/test.cc
r0955dc ra5275ef 52 52 53 53 // The following are needed due to FACTORY (e.g. initCanonicalForm) 54 int initializeGMP(){ return 1; }54 // int initializeGMP(){ return 1; } 55 55 int mmInit(void) {return 1; } 56 56 -
libpolys/coeffs/test.cc
r0955dc ra5275ef 25 25 26 26 27 int initializeGMP(void){ return 1; }27 // int initializeGMP(void){ return 1; } 28 28 int mmInit(void) {return 1; } // ? due to SINGULAR!!!...??? 29 29 -
libpolys/tests/common.h
r0955dc ra5275ef 32 32 #include <polys/nc/gb_hack.h> 33 33 34 int initializeGMP(){ return 1; } // due to Factory...34 // int initializeGMP(){ return 1; } // due to Factory... 35 35 int mmInit(void) {return 1; } // ? due to SINGULAR!!!...??? 36 36
Note: See TracChangeset
for help on using the changeset viewer.