Changeset 1e1ec4 in git for Singular/LIB/lejeune.lib


Ignore:
Timestamp:
Jan 4, 2013, 5:54:18 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
42ea852aa2e1e683808b1ac3305dda96677af761
Parents:
8f296a6216092a84f1ebb509dbcda5fe428004f7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-01-04 17:54:18+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-01-15 20:41:56+01:00
Message:
Updated LIBs according to master

add: new LIBs from master
fix: updated LIBs due to minpoly/(de)numerator changes
fix: -> $Id$
fix: Fixing wrong rebase of SW on master (LIBs)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/lejeune.lib

    r8f296a r1e1ec4  
    383383
    384384{
    385   def R=changevar(""+varstr(basering)+",t,"+variables(nvars(basering),i)+"");
     385  def R=changevar(""+varstr(basering)+",t,"+variables_list(nvars(basering),i)+"");
    386386  return(R);
    387387}
     
    389389
    390390//////////////////////////////////////////////////////////////////////
    391 static proc variables (int k,int i)
    392 "USAGE:   variables(k,i); k,i integer
     391static proc variables_list (int k,int i)
     392"USAGE:   variables_list(k,i); k,i integer
    393393 RETURN:  string of the names of the additional variables
    394394 NOTE:    called from ringchange, we use this procedure to obtain
Note: See TracChangeset for help on using the changeset viewer.