Changeset 7462228 in git


Ignore:
Timestamp:
Apr 21, 2022, 10:33:44 AM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5155427417fa722a27c110b2c1939c0979c6dcbc
Parents:
6cce9baa55960a106cd70e90c52eccaa23569eed
Message:
fix: changed options (https://github.com/oscar-system/Oscar.jl/pull/1270)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r6cce9ba r7462228  
    45314531      // If we are only checking if the ideal is normal, and there are no
    45324532      // singular points, return 1.
    4533       return(1)
     4533      option(set,save_opt);
     4534      return(1);
    45344535    } else
    45354536    {
     
    46084609            int check2 = normalM(Id2, decomp, withDelta, denomOption, JDefault, JDefault, normalCheck);
    46094610            printlevel = printlevel - 1;
     4611            option(set,save_opt);
    46104612            return(check2);
    46114613          } else
    46124614          {
    46134615            printlevel = printlevel - 1;
     4616            option(set,save_opt);
    46144617            return(0);
    46154618          }
     
    46214624          option(set,save_opt);
    46224625          list res = nor1 + nor2;
     4626          option(set,save_opt);
    46234627          return(res);
    46244628        }
     
    47614765        option(set,save_opt);
    47624766        list res = nor1 + nor2;
     4767        option(set,save_opt);
    47634768        return(res);
    47644769      }
     
    47784783    int out = normalMEqui(I, J, condu, D, withDelta, normalCheck);
    47794784    printlevel = printlevel - 1;
     4785    option(set,save_opt);
    47804786    return(out);
    47814787  } else
     
    47864792    return(list(result));
    47874793  }
     4794  option(set,save_opt);
    47884795  return();
    47894796}
Note: See TracChangeset for help on using the changeset viewer.