Changeset b0ee97 in git for Singular/LIB/elim.lib


Ignore:
Timestamp:
Oct 25, 2013, 12:22:19 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
f80aca589d7b6c3ac3ec8c32b27b8130ea38c6f7
Parents:
b51c265338553fa10f7297b0f3baaa82d0230df4
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-25 12:22:19+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-25 12:23:21+02:00
Message:
fix: option in proc elim
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/elim.lib

    rb51c26 rb0ee97  
    1313 nselect(id,v)        select generators not containing variables given by v
    1414 sat(id,j)            saturated quotient of ideal/module id by ideal j
    15  select(id,v])        select generators containing all variables given by v
     15 select(id,v)         select generators containing all variables given by v
    1616 select1(id,v)        select generators containing one variable given by v
    1717           (parameters in square brackets [] are optional)
     
    430430  int pr = printlevel - voice + 2;   //for ring display if printlevel > 0
    431431  def BR = basering;
     432  intvec save_opt=option(get);
    432433  list lER;                          //for list returned by elimRing
    433434//-------------------------------- check input -------------------------------
     
    538539      ER;
    539540   }
     541   option(set,save_opt);
    540542   setring BR;
    541543   return(imap(ER,id));
Note: See TracChangeset for help on using the changeset viewer.