Changeset d3398c in git
- Timestamp:
- Feb 6, 2009, 8:54:38 AM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 50ab25a42bd6c030a238eab6104c61f1242e474c
- Parents:
- 8978fd7ad0324e27b4bd0928f5d34e5455656098
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r8978fd rd3398c 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.2 89 2009-02-02 13:16:54monerjan Exp $ */4 /* $Id: extra.cc,v 1.290 2009-02-06 07:54:11 monerjan Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 58 58 #ifdef HAVE_RINGS 59 59 #include "ringgb.h" 60 #include "gfan.h" 60 61 #endif 61 62 -
kernel/Makefile.in
r8978fd rd3398c 114 114 pDebug.cc pInline2.cc pInline1.cc pInline0.cc \ 115 115 pShallowCopyDelete.cc fast_mult.cc digitech.cc \ 116 tgb.cc tgbgauss.cc ringgb.cc f5data.cc f5lists.cc f5gb.cc ratgring.cc shiftgb.cc 116 tgb.cc tgbgauss.cc ringgb.cc f5data.cc f5lists.cc f5gb.cc ratgring.cc shiftgb.cc gfan.cc 117 117 118 118 # normal C source files … … 173 173 omSingularConfig.h pShallowCopyDelete.h \ 174 174 p_Procs_Dynamic.h p_Procs_Impl.h p_Procs_Set.h \ 175 p_Procs.h p_Procs_Static.h p_Mult_q.h 175 p_Procs.h p_Procs_Static.h p_Mult_q.h gfan.h 176 176 177 177 DISTFILES=${SOURCES} ${HEADERS} ${ESOURCES} \
Note: See TracChangeset
for help on using the changeset viewer.