Changeset 268ece in git for kernel/kstd1.cc


Ignore:
Timestamp:
Dec 10, 2009, 3:33:39 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b54a393fcb8e823c662951c5a6219096fb8a6800
Parents:
32c11ff616c40bb7c3d5c756479b0507e505f330
Message:
liftstd(a,b,c): track 174

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

Legend:

Unmodified
Added
Removed
  • kernel/kstd1.cc

    r32c11f r268ece  
    20822082  }
    20832083
    2084 
    20852084  kStrategy strat=new skStrategy;
    20862085  strat->syzComp = syzComp;
    20872086  strat->ak = si_max(idRankFreeModule(F),pMaxComp(p));
    2088 
    2089 
    2090 
    20912087  poly res;
    20922088
     
    21012097    p_Delete(&pp, currRing);
    21022098#endif
    2103 
    21042099  return res;
    21052100}
     
    21282123#endif
    21292124
    2130 
    21312125  if ((idIs0(F))&&(Q==NULL))
    21322126  {
     
    21352129      return pp;
    21362130#endif
    2137 
    21382131    return idCopy(p); /*F+Q=0*/
    21392132  }
     
    21432136  strat->ak = si_max(idRankFreeModule(F),idRankFreeModule(p));
    21442137  strat->ak = si_max(strat->ak,(int)F->rank);
    2145 
    21462138
    21472139  if (pOrdSgn==-1)
     
    22472239  }
    22482240  delete(strat);
    2249 
    22502241#ifdef HAVE_PLURAL
    22512242  if( tempF != F )
    22522243    id_Delete( &tempF, currRing);
    22532244#endif
    2254 
    22552245  return shdl;
    22562246}
Note: See TracChangeset for help on using the changeset viewer.