Changeset 3e305b in git
- Timestamp:
- Aug 11, 2011, 3:25:35 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e635762ac89855572d3b5a9ff0bd5ede49811d20
- Parents:
- 2bc4f5a0399eb703dcb16b05ba2872985f7cafc6
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-11 15:25:35+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:19:16+01:00
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc_ip.cc
r2bc4f5 r3e305b 17 17 #include <misc/auxiliary.h> 18 18 19 #ifdef HAVE_FACTORY 20 #define SI_DONT_HAVE_GLOBAL_VARS 21 #include <factory/factory.h> 22 // libfac: 23 extern const char * libfac_version; 24 extern const char * libfac_date; 25 #endif 26 19 27 #include "misc_ip.h" 20 28 #include "ipid.h" 21 29 30 #include <coeffs/si_gmp.h> 22 31 #include <coeffs/coeffs.h> 23 // #include <coeffs/longrat.h>24 32 25 33 #include "feOpt.h" … … 366 374 //#endif /* HAVE_LIBPARSER */ 367 375 368 #ifdef HAVE_FACTORY369 #define SI_DONT_HAVE_GLOBAL_VARS370 //#include <factory/factory.h>371 // libfac:372 extern const char * libfac_version;373 extern const char * libfac_date;374 #endif375 376 376 377 /* version strings */ -
Singular/misc_ip.h
r2bc4f5 r3e305b 15 15 * these algorithms have been moved to the C/C++ kernel. 16 16 * 17 * @author Frank Seelisch , Oleksandr Motsak17 * @author Frank Seelisch 18 18 * 19 19 * @internal @version \$Id$ … … 26 26 27 27 #include <misc/auxiliary.h> 28 29 #include <coeffs/si_gmp.h> 28 30 #include <coeffs/coeffs.h> 29 30 #include <kernel/structs.h>31 #include <coeffs/si_gmp.h>32 31 33 32 #include <Singular/lists.h> … … 81 80 // #include <polys/polys.h> 82 81 /* Needed for debug Version of p_SetRingOfLeftv, Oliver */ 82 #include <kernel/structs.h> 83 83 void p_SetRingOfLeftv(leftv l, ring r); 84 84 #endif
Note: See TracChangeset
for help on using the changeset viewer.