Changeset 523ebb in git


Ignore:
Timestamp:
Oct 26, 2005, 5:35:35 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
bea07fbf8ef85ffb8d94eb4d9150fa1875c0d5b7
Parents:
9c678964f8d20f787f7cf6e524367dbafee976d7
Message:
*hannes: compare polys/mat


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

Legend:

Unmodified
Added
Removed
  • kernel/matpol.cc

    r9c6789 r523ebb  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: matpol.cc,v 1.4 2005-10-26 14:52:10 Singular Exp $ */
     4/* $Id: matpol.cc,v 1.5 2005-10-26 15:35:35 Singular Exp $ */
    55
    66/*
     
    887887    }
    888888    else
    889       if (pCmp(a->m[i],b->m[i])!=0) return FALSE;
     889      if (b->m[i]==NULL) return FALSE;
     890      else if (pCmp(a->m[i],b->m[i])!=0) return FALSE;
    890891    i--;
    891892  }
Note: See TracChangeset for help on using the changeset viewer.