Changeset acd2e0 in git


Ignore:
Timestamp:
Feb 15, 2018, 10:32:42 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d4ff07b1ff82ac42ad104abc1b075ce4f177ac87
Parents:
a47398ba02d0e746a0a39361fc53a3688abeeedc
Message:
fix: special case: return empty list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/grobcov.lib

    ra47398 racd2e0  
    70267026       about the values of the variables determined
    70277027       for every value of the parameters.
     7028       If the propsition is false for every values of the
     7029       parameters, then the emply list is returned.
    70287030OPTIONS: An option is a pair of arguments: string,
    70297031       integer. To modify the default options, pairs
     
    71347136  {
    71357137    list L;
    7136     L[1]=1;
     7138    // L[1]=1;
    71377139  }
    71387140  else
    71397141  {
    71407142    list L=Levels(CompLev(G2));
    7141     if(rep==0)
     7143    if(rep==0 and size(L)>0)
    71427144    {
    71437145      setring P;
Note: See TracChangeset for help on using the changeset viewer.