Changeset fc58013 in git


Ignore:
Timestamp:
May 21, 2010, 1:03:34 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5a5e050ebb5cdf4145ecf0a7f4e28bb6ba762182
Parents:
cfded4d32830ccf2d9dd351c29bd718141e1e736
Message:
stdhilb fixed for module case

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    rcfded4 rfc58013  
    889889//   extra letzten Block und Gewichte 1.
    890890
    891 // Anmerkung: hilbstd im Modul-Fall nicht verwenden
    892 
    893 
    894891  def P=basering;
    895892  if ((typeof(i_par)=="vector")||(typeof(i_par)=="module")||(typeof(i_par)=="matrix")) {module i=i_par;}
     
    11011098  //define direct:
    11021099  if ( (order=="simple" && (size(method)==0)) ||
    1103        (size(BRlist)>4) || (typeof(i)=="module") ||
     1100       (size(BRlist)>4) ||
    11041101        (order=="simple" && (method==",par2var" && npars_P==0 )) ||
    11051102         (conversion=="no" && partovar=="no" &&
Note: See TracChangeset for help on using the changeset viewer.