Changeset 8fc1088 in git
- Timestamp:
- Apr 9, 2010, 10:21:47 AM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 0aad7c6c69225ee406094d1060cc02a1233fd379
- Parents:
- cacfb67cf6bf7cd84cd8e725d9acf88690092d61
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rcacfb6 r8fc1088 3357 3357 if (strcmp(sys_cmd,"gfan")==0) 3358 3358 { 3359 // if ((h==NULL) || (h!=NULL && h->Typ()!=IDEAL_CMD))3360 // {3361 // Werror("system(\"gfan\"...) Ideal expected");3362 // return TRUE; //Ooooops3363 // }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 // }3374 3359 /* 3375 3360 heuristic: … … 3383 3368 heuristic=(int)(long)h->next->Data(); 3384 3369 ideal I=((ideal)h->Data()); 3385 // res->rtyp=IDEAL_CMD;3386 // res->data=(ideal) gfan(I,heuristic);3387 3370 res->rtyp=LIST_CMD; 3388 3371 res->data=(lists) gfan(I,heuristic); … … 3394 3377 return TRUE; 3395 3378 } 3396 //res->rtyp=LIST_CMD;3397 //res->data= ???3398 3399 // return FALSE; //Everything went fine3400 3379 } 3401 3380 else
Note: See TracChangeset
for help on using the changeset viewer.