Changeset 005d00a in git for Singular/extra.cc


Ignore:
Timestamp:
Nov 16, 2009, 6:37:59 PM (14 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
4fec744c03dbef2c7391aa71f10513ee2d3d96ab
Parents:
e7bc2f336cc15e7490e435edaaca6c95b8c97e58
Message:
have return type LIST_CMD


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    re7bc2f r005d00a  
    35073507                  heuristic=(int)(long)h->next->Data();
    35083508                  ideal I=((ideal)h->Data());
    3509                   res->rtyp=IDEAL_CMD;
    3510                   res->data=(ideal) gfan(I,heuristic);
     3509//                res->rtyp=IDEAL_CMD;
     3510//                res->data=(ideal) gfan(I,heuristic);
     3511                  res->rtyp=LIST_CMD;
     3512                  res->data=(lists) gfan(I,heuristic);
    35113513                  return FALSE;
    35123514          }
Note: See TracChangeset for help on using the changeset viewer.