Changeset b863e9 in git
- Timestamp:
- Feb 23, 2007, 6:13:13 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 2abb041913e22b03ba7227d2705d03a49a7de82a
- Parents:
- 1298784c983047d4260168f76570a5bf957d044b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r129878 rb863e9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.4 39 2007-02-14 13:43:28Singular Exp $ */4 /* $Id: iparith.cc,v 1.440 2007-02-23 17:13:13 Singular Exp $ */ 5 5 6 6 /* … … 518 518 } 519 519 jjEQUAL_REST(res,u,v); 520 return r==-2; 520 if(r==-2) { WerrorS("size incompatible"); return TRUE; } 521 return FALSE; 521 522 } 522 523 static BOOLEAN jjCOMPARE_IV_I(leftv res, leftv u, leftv v)
Note: See TracChangeset
for help on using the changeset viewer.