Changeset c5f63ab in git for Singular/spolys.cc


Ignore:
Timestamp:
Mar 18, 1998, 3:28:54 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7f1b912b1613387b9ef8e0f2a053a2c335b9b5da
Parents:
e0fb8d31ff69374db7f865baedfda3e614804382
Message:
1998-03-18  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	* polys-impl.h: Cleaned up COMP_FAST and related #defines


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

Legend:

Unmodified
Added
Removed
  • Singular/spolys.cc

    re0fb8d3 rc5f63ab  
    614614    pSetm(m1);
    615615    pSetm(m2);
    616     cm = t_pComp0(m1, m2);
     616    cm = pComp0(m1, m2);
    617617    if (cm!=0)
    618618    {
Note: See TracChangeset for help on using the changeset viewer.