Changeset 4082e8 in git
- Timestamp:
- Sep 13, 2010, 10:44:37 AM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 37cd955ac6492eb8b621fd59277c8dbcc9c34dd7
- Parents:
- ffc23751d0ce52825a07bbba6696cb82696ef510
- Location:
- Singular
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
rffc237 r4082e8 181 181 walk.cc walk_ip.cc \ 182 182 cntrlc.cc misc_ip.cc \ 183 calcSVD.cc \183 calcSVD.cc pipeLink.cc \ 184 184 Minor.cc \ 185 185 MinorProcessor.cc \ … … 231 231 mpsr_Get.h janet.h\ 232 232 mpsr_Put.h walk.h\ 233 dbm_sl.h libparse.h \233 dbm_sl.h libparse.h pipeLink.h \ 234 234 gms.h pcv.h eigenval_ip.h \ 235 235 distrib.h walk.h \ -
Singular/silink.cc
rffc237 r4082e8 30 30 #include <kernel/intvec.h> 31 31 #include <Singular/ssiLink.h> 32 #include <Singular/pipeLink.h> 32 33 33 34 // #ifdef HAVE_DBM … … 836 837 s->next = slInitSsiExtension(ns); 837 838 #endif 839 #if 1 840 else if (strcmp(type, "|") == 0) 841 s->next = slInitPipeExtension(ns); 842 #endif 838 843 else 839 844 {
Note: See TracChangeset
for help on using the changeset viewer.