Changeset 1d0b91 in git
- Timestamp:
- Feb 3, 2015, 2:25:19 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 48d66afcfd578627347de972483894aa987b9f60
- Parents:
- dccb858562947aa99e1895811e96f0f257a02b0a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/primdec.lib
rdccb85 r1d0b91 8999 8999 if (dim(j)>0) 9000 9000 { 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"); 9005 9002 } 9006 9003 j=interred(j); … … 9055 9052 if((size(ser)>0)&&(size(reduce(ser,j,1))==0)) 9056 9053 { 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"); 9061 9055 } 9062 9056 if(dim(j)==-1) 9063 9057 { 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"); 9067 9059 } 9068 9060 else … … 9081 9073 else 9082 9074 { 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"); 9087 9076 } 9088 9077 … … 9093 9082 if(size(#)>1) 9094 9083 { 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"); 9101 9085 } 9102 9086 for(@k=1;@k<=size(act[1]);@k++)
Note: See TracChangeset
for help on using the changeset viewer.