Changeset e3c0c1d in git
- Timestamp:
- May 18, 2011, 12:18:12 AM (12 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 2f19b007f3d39e1ad45c64dc542ed527a43e6ede
- Parents:
- e4d44bcea666450044a2fdba67b7500351ae1634
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc_ip.cc
re4d44b re3c0c1d 21 21 #include <kernel/longrat.h> 22 22 #include <Singular/misc_ip.h> 23 #ifdef LIBSINGULAR 24 #include <Singular/silink.h> 25 #include <Singular/feOpt.h> 26 #endif 23 27 24 28 void number2mpz(number n, mpz_t m) … … 1125 1129 int siInit(char *name) 1126 1130 { 1131 1127 1132 // hack such that all shared' libs in the bindir are loaded correctly 1128 1133 feInitResources(name); 1134 extern int iiInitArithmetic(); 1129 1135 iiInitArithmetic(); 1130 1136
Note: See TracChangeset
for help on using the changeset viewer.