Changeset 0dfa24 in git


Ignore:
Timestamp:
Mar 24, 2011, 4:36:12 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
602b552f9d29583a09528a35808f7af40e1455f8
Parents:
fc8d350c2b9b688ffa1c592ab13a0ccb6f295847
Message:
fix tr. 262

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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rfc8d35 r0dfa24  
    39743974  return FALSE;
    39753975}
     3976static BOOLEAN jjidMaxIdeal(leftv res, leftv v)
     3977{
     3978  res->data = (char *)idMaxIdeal((int)(long)v->Data());
     3979  setFlag(res,FLAG_STD);
     3980  return FALSE;
     3981}
    39763982static BOOLEAN jjIDEAL_Ma(leftv res, leftv v)
    39773983{
     
    49264932#endif
    49274933#define jjidHead       (proc1)9
    4928 #define jjidMaxIdeal   (proc1)10
    49294934#define jjidMinBase    (proc1)11
    49304935#define jjsyMinBase    (proc1)12
     
    49624967#endif
    49634968        case (int)jjidHead:       dArith1[i].p=(proc1)idHead; break;
    4964         case (int)jjidMaxIdeal:   dArith1[i].p=(proc1)idMaxIdeal; break;
    49654969        case (int)jjidMinBase:    dArith1[i].p=(proc1)idMinBase; break;
    49664970        case (int)jjsyMinBase:    dArith1[i].p=(proc1)syMinBase; break;
     
    50275031{
    50285032  res->data = (char *)idHead((ideal)v->Data());
    5029   return FALSE;
    5030 }
    5031 static BOOLEAN jjidMaxIdeal(leftv res, leftv v)
    5032 {
    5033   res->data = (char *)idMaxIdeal((int)(long)v->Data());
    50345033  return FALSE;
    50355034}
Note: See TracChangeset for help on using the changeset viewer.