Changeset b863e9 in git


Ignore:
Timestamp:
Feb 23, 2007, 6:13:13 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
2abb041913e22b03ba7227d2705d03a49a7de82a
Parents:
1298784c983047d4260168f76570a5bf957d044b
Message:
*hannes: better error message: intmat compare


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r129878 rb863e9  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.439 2007-02-14 13:43:28 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.440 2007-02-23 17:13:13 Singular Exp $ */
    55
    66/*
     
    518518  }
    519519  jjEQUAL_REST(res,u,v);
    520   return r==-2;
     520  if(r==-2) { WerrorS("size incompatible"); return TRUE; }
     521  return FALSE;
    521522}
    522523static BOOLEAN jjCOMPARE_IV_I(leftv res, leftv u, leftv v)
Note: See TracChangeset for help on using the changeset viewer.