Changeset f4f403 in git for Singular/iparith.cc


Ignore:
Timestamp:
Dec 19, 2013, 5:57:50 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7280036259d95d6c7793c260fbf5358e2c3f17c2
Parents:
b1645e52df1f9ba737d354f5a3f4bebff0aac7cd
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-12-19 17:57:50+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-12-19 17:58:44+01:00
Message:
fix: quote(not something)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rb1645e rf4f403  
    46024602{
    46034603  res->data=ipNameListLev((IDROOT),(int)(long)v->Data());
     4604  return FALSE;
     4605}
     4606static BOOLEAN jjNOT(leftv res, leftv v)
     4607{
     4608  res->data=(char*)(long)((long)v->Data()==0 ? 1 : 0);
    46044609  return FALSE;
    46054610}
Note: See TracChangeset for help on using the changeset viewer.