Changeset 56c52a7 in git


Ignore:
Timestamp:
Sep 24, 1998, 12:46:22 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
a3432c2df6e0471846c24a44108191e278a250bf
Parents:
5812c695bb4c72a282aed9c2c3ff10d1bc83bf4e
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • Singular/polys.cc

    r5812c69 r56c52a7  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys.cc,v 1.31 1998-09-01 09:20:42 Singular Exp $ */
     4/* $Id: polys.cc,v 1.32 1998-09-24 10:46:22 Singular Exp $ */
    55
    66/*
     
    175175
    176176  _pMonComp_otEXP_nwGEN(p1, p2,  pVariables1W, d, goto NotEqual , return 0);
    177  
     177
    178178  NotEqual:
    179179  Mreturn(d, pLexSgn);
     
    189189
    190190  _pMonComp_otEXP_nwGEN(p1, p2,  pVariablesW, d, goto NotEqual , return 0);
    191  
     191
    192192  NotEqual:
    193193  Mreturn(d, pLexSgn);
     
    200200
    201201  _pMonComp_otEXPCOMP_nwGEN(p1, p2,  pVariables1W, d, goto NotEqual , return 0);
    202  
     202
    203203  NotEqual:
    204204  Mreturn(d, pLexSgn);
     
    21612161      {
    21622162        for (k=pVariables; k>j; k--)
    2163         {
     2163        {
    21642164          if ((pGetExp(p,k)!=pGetExp(lcm,k))
    21652165          && (pGetExp(p2,k)!=pGetExp(lcm,k)))
Note: See TracChangeset for help on using the changeset viewer.