Changeset 1d0b91 in git


Ignore:
Timestamp:
Feb 3, 2015, 2:25:19 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
48d66afcfd578627347de972483894aa987b9f60
Parents:
dccb858562947aa99e1895811e96f0f257a02b0a
Message:
coutesy to jakob: error messages in (hopefully) not occuring cases
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primdec.lib

    rdccb85 r1d0b91  
    89998999  if (dim(j)>0)
    90009000  {
    9001     "// dim(j)>0 . Please send the example to the authors";
    9002     primary[1]=ideal(1);
    9003     primary[2]=ideal(1);
    9004     return(primary);
     9001    ERROR("dim(j)>0 . Please send the example to the authors");
    90059002  }
    90069003  j=interred(j);
     
    90559052    if((size(ser)>0)&&(size(reduce(ser,j,1))==0))
    90569053    {
    9057        "// dim(j)==-1 unexpected. Please send the example to the authors";
    9058       primary[1]=ideal(1);
    9059       primary[2]=ideal(1);
    9060       return(primary);
     9054      ERROR("dim(ser/j)==-1 unexpected. Please send the example to the authors");
    90619055    }
    90629056    if(dim(j)==-1)
    90639057    {
    9064       "// dim(j)==-1 unexpected. Please send the example to the authors";
    9065       primary[1]=ideal(1);
    9066       primary[2]=ideal(1);
     9058      ERROR("dim(j)==-1 unexpected. Please send the example to the authors");
    90679059    }
    90689060    else
     
    90819073  else
    90829074  {
    9083     "// failure in newZero_decomp. Please send the example to the authors";
    9084     primary[1]=ideal(1);
    9085     primary[2]=ideal(1);
    9086     return(primary);
     9075    ERROR("failure in newZero_decomp. Please send the example to the authors");
    90879076  }
    90889077
     
    90939082    if(size(#)>1)
    90949083    {
    9095       "// failure in newZero_decomp. Please send the example to the authors";
    9096       primary[1]=ideal(1);
    9097       primary[2]=ideal(1);
    9098       primary[3]=ideal(1);
    9099       primary[4]=ideal(1);
    9100       return(primary);
     9084      ERROR("failure in newZero_decomp. Please send the example to the authors");
    91019085    }
    91029086    for(@k=1;@k<=size(act[1]);@k++)
Note: See TracChangeset for help on using the changeset viewer.