Changeset 8fc1088 in git


Ignore:
Timestamp:
Apr 9, 2010, 10:21:47 AM (13 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
0aad7c6c69225ee406094d1060cc02a1233fd379
Parents:
cacfb67cf6bf7cd84cd8e725d9acf88690092d61
Message:
Cleanup for gfan


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    rcacfb6 r8fc1088  
    33573357if (strcmp(sys_cmd,"gfan")==0)
    33583358{
    3359 //         if ((h==NULL) || (h!=NULL && h->Typ()!=IDEAL_CMD))
    3360 //         {
    3361 //                 Werror("system(\"gfan\"...) Ideal expected");
    3362 //                 return TRUE; //Ooooops
    3363 //         }
    3364 //      else if(h->next==NULL)
    3365 //      {
    3366 //              Werror("gfan expects an integer parameter");
    3367 //              return TRUE;
    3368 //      }
    3369 //      else if(h->next!=NULL && h->next->Typ()!=INT_CMD)
    3370 //      {
    3371 //              Werror("1st parameter ist no integer");
    3372 //              return TRUE;
    3373 //      }
    33743359        /*
    33753360        heuristic:
     
    33833368                  heuristic=(int)(long)h->next->Data();
    33843369                  ideal I=((ideal)h->Data());
    3385 //                res->rtyp=IDEAL_CMD;
    3386 //                res->data=(ideal) gfan(I,heuristic);
    33873370                  res->rtyp=LIST_CMD;
    33883371                  res->data=(lists) gfan(I,heuristic);
     
    33943377                  return TRUE;
    33953378          }
    3396 //res->rtyp=LIST_CMD;
    3397 //res->data= ???
    3398 
    3399 // return FALSE; //Everything went fine
    34003379}
    34013380else
Note: See TracChangeset for help on using the changeset viewer.