Changeset 133be8 in git for Singular


Ignore:
Timestamp:
Dec 23, 2021, 1:26:46 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ccb529b7b5f17a4667b48e2b0b09779abcc36eae
Parents:
488aa80f35cc686176889c97aebb460b7db803f4
Message:
fix: redefine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/integralbasis.lib

    r488aa8 r133be8  
    565565  string compType;
    566566  dbprint(dbg, "--Computing the integral basis at each component...");
     567  ideal tmp_denomT=std(denomT);
    567568  for(i = 1; i <= size(pd); i++){
    568569    if(debug_lvl() >= 2){
     
    615616      // because the powers of Y will be added again later for merging
    616617      // the bases for the different components.
    617       ideal tmp_denomT=std(denomT);
    618618      for(ii = 2; ii <= ncols(norT); ii++)
    619619      {
Note: See TracChangeset for help on using the changeset viewer.