Changeset c669be in git for Singular/LIB


Ignore:
Timestamp:
Jun 15, 2010, 2:03:19 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
8df94488508373da9e8fb143885c2c49dfef0dd9
Parents:
6b19d606a5a3b214976f1a5ebdab8dc83eac1bfb
Message:
new primitiv.lib

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primitiv.lib

    r6b19d6 rc669be  
    170170 int countx,countz;
    171171  if (size(variables(i[1]))!=1) { ERROR("i[1] must be poly in x"); }
    172   if (size(variables(i[2]))!=2) { ERROR("i[2] must be poly in x,a"); }
    173   if (variables(i[2])[2]!=a) { ERROR("i[2] must be poly in x,a"); }
     172  if (size(variables(i[2]))>2) { ERROR("i[2] must be poly in x,a"); }
     173  //if (variables(i[2])[2]!=a) { ERROR("i[2] must be poly in x,a"); }
    174174 ring deglexring=char(altring),(x,y,z),dp;
    175175 map transfer=altring,x,z;
Note: See TracChangeset for help on using the changeset viewer.