Changeset 7ba6dff in git for Singular/syz1.cc


Ignore:
Timestamp:
Jun 18, 1997, 6:13:33 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d541665e8702cfd9d72c1fac3b7eb844a136f40c
Parents:
3596191513ba9d316fb7265fe6edb3de04ff10a8
Message:
* hannes/siebert: fixed sres-bug (pComp0 was not reset)
   (polys.cc syz1.cc)


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

Legend:

Unmodified
Added
Removed
  • Singular/syz1.cc

    r359619 r7ba6dff  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: syz1.cc,v 1.9 1997-06-17 14:30:03 pohl Exp $ */
     4/* $Id: syz1.cc,v 1.10 1997-06-18 16:09:20 Singular Exp $ */
    55/*
    66* ABSTRACT: resolutions
     
    19841984  SRes resPairs;
    19851985  pSetmProc oldSetm=pSetm;
     1986  pCompProc oldpComp=pComp0;
    19861987
    19871988  //crit = 0;
     
    21422143  {
    21432144    pSetm=oldSetm;
     2145    pComp0=oldpComp;
    21442146  }
    21452147  syReOrderResolventFB(res,*length,2);
Note: See TracChangeset for help on using the changeset viewer.