Changeset 9a26cb in git for Singular/iparith.cc


Ignore:
Timestamp:
Feb 14, 2007, 2:43:28 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0cf2ccd7e51a54d39f2083257dce639c54c827e0
Parents:
1aeec42f9fc95c9105c6cebdeb8c2bbc99bcbfea
Message:
*hannes: gen(0) is an error


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r1aeec4 r9a26cb  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.438 2007-01-25 19:13:00 motsak Exp $ */
     4/* $Id: iparith.cc,v 1.439 2007-02-14 13:43:28 Singular Exp $ */
    55
    66/*
     
    35013501{
    35023502  res->data = (char *)pOne();
    3503   pSetComp((poly)res->data,(int)(long)v->Data());
     3503  int co=(int)(long)v->Data();
     3504  pSetComp((poly)res->data,co);
    35043505  pSetm((poly)res->data);
    3505   return FALSE;
     3506  return (co<=0);
    35063507}
    35073508static BOOLEAN jjEXECUTE(leftv res, leftv v)
Note: See TracChangeset for help on using the changeset viewer.