Changeset c54075 in git for Singular/kspoly.cc


Ignore:
Timestamp:
Oct 25, 1999, 10:32:20 AM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
5fb8b69a495db8de2f5e082fe941604554d1fecd
Parents:
b33fd88aed6ae1e8a86dab1c0e495fc6abacbe57
Message:
* bug fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/kspoly.cc

    rb33fd88 rc54075  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kspoly.cc,v 1.3 1999-09-30 16:27:44 obachman Exp $ */
     4/* $Id: kspoly.cc,v 1.4 1999-10-25 08:32:15 obachman Exp $ */
    55/*
    66*  ABSTRACT -  Routines for Spoly creation and reductions
     
    7676    // need to make sure that Comp of lm is same as comp of p2
    7777    pSetComp(lm, pGetComp(p2));
     78    pSetmComp(lm);
    7879  }
    7980
Note: See TracChangeset for help on using the changeset viewer.