Changeset 30a684 in git


Ignore:
Timestamp:
Sep 27, 2011, 4:23:12 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3fc398ae843900b0c5619932eaf10cc8eaf54ce6
Parents:
297e929039adec016bf942da61f815e88a017961
Message:
handle groeber of rings with ring coeffs

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r297e92 r30a684  
    889889  else {ideal i=i_par; } // int, poly, number, ideal
    890890  kill i_par;
     891// check for integer etc coefficients
     892  if (charstr(basering)[1]=="i") // either integer or integer,q
     893  {
     894    if (find(option(),"prot"))  { "calling std for ideals in ring with ring coefficients"; }
     895    return (std(i));
     896  }
    891897
    892898//----------------------- save the given method ---------------------------
Note: See TracChangeset for help on using the changeset viewer.