Changeset 4082e8 in git


Ignore:
Timestamp:
Sep 13, 2010, 10:44:37 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
37cd955ac6492eb8b621fd59277c8dbcc9c34dd7
Parents:
ffc23751d0ce52825a07bbba6696cb82696ef510
Message:
pipelInk stuff

git-svn-id: file:///usr/local/Singular/svn/trunk@13171 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    rffc237 r4082e8  
    181181    walk.cc walk_ip.cc \
    182182    cntrlc.cc misc_ip.cc \
    183     calcSVD.cc \
     183    calcSVD.cc pipeLink.cc \
    184184    Minor.cc \
    185185    MinorProcessor.cc \
     
    231231        mpsr_Get.h janet.h\
    232232        mpsr_Put.h walk.h\
    233         dbm_sl.h libparse.h \
     233        dbm_sl.h libparse.h pipeLink.h \
    234234        gms.h pcv.h eigenval_ip.h \
    235235        distrib.h walk.h \
  • Singular/silink.cc

    rffc237 r4082e8  
    3030#include <kernel/intvec.h>
    3131#include <Singular/ssiLink.h>
     32#include <Singular/pipeLink.h>
    3233
    3334// #ifdef HAVE_DBM
     
    836837    s->next = slInitSsiExtension(ns);
    837838#endif
     839#if 1
     840  else if (strcmp(type, "|") == 0)
     841    s->next = slInitPipeExtension(ns);
     842#endif
    838843  else
    839844  {
Note: See TracChangeset for help on using the changeset viewer.