Changeset a02569 in git


Ignore:
Timestamp:
Oct 6, 2006, 4:47:45 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
7f52195e022c5ebfa51bc8015c4a961927d3b47b
Parents:
db88a7bf24892d387ff710b514b6a083cb349287
Message:
*hannes: better error handling (large exp. in monom)


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rdb88a7 ra02569  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.413 2006-09-29 08:44:54 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.414 2006-10-06 14:47:45 Singular Exp $ */
    55
    66/*
     
    715715  res->data = (char *)pPower((poly)u->CopyD(POLY_CMD),(int)(long)v->Data());
    716716  if (u!=NULL) return jjOP_REST(res,u,v);
    717   return FALSE;
     717  return errorreported; /* pPower may set errorreported via Werror */
    718718}
    719719static BOOLEAN jjPOWER_ID(leftv res, leftv u, leftv v)
Note: See TracChangeset for help on using the changeset viewer.