Changeset 4fe434 in git


Ignore:
Timestamp:
Mar 3, 2011, 10:25:26 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
d5ad46f39bcc6749cac1162c51d759e86f0f6de3
Parents:
d0450f7ae06f0202e53e1ea67b8f05e197ebc1bd
Message:
support MPtck:launch

git-svn-id: file:///usr/local/Singular/svn/trunk@13917 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ssiLink.cc

    rd0450f r4fe434  
    12071207    { WerrorS("all links must be open"); return -2;}
    12081208    if (((strcmp(l->m->type,"ssi")!=0) && (strcmp(l->m->type,"MPtcp")!=0))
    1209     || ((strcmp(l->mode,"fork")!=0) && (strcmp(l->mode,"tcp")!=0)))
    1210     { WerrorS("all links must be of type ssi:fork or ssi:tcp or MPtcp:fork"); return -2;}
     1209    || ((strcmp(l->mode,"fork")!=0) && (strcmp(l->mode,"tcp")!=0)
     1210       && (strcmp(l->mode,"launch")!=0)))
     1211    {
     1212      WerrorS("all links must be of type ssi:fork, ssi:tcp, MPtcp:fork or MPtcp:launch");
     1213      return -2;
     1214    }
    12111215    #ifdef HAVE_MPSR
    12121216    if (strcmp(l->m->type,"ssi")==0)
Note: See TracChangeset for help on using the changeset viewer.