Changeset 3e96095 in git
- Timestamp:
- Jan 29, 2009, 11:12:19 AM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- ca41c348440e7c6d985f6aefddf5840eddd132c5
- Parents:
- a3771a2fa294bd63a632b48d298e68b0f1118e5b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
ra3771a r3e96095 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.28 6 2008-12-17 15:10:37 SingularExp $ */4 /* $Id: extra.cc,v 1.287 2009-01-29 10:12:19 monerjan Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 3062 3062 */ 3063 3063 3064 3065 #endif 3064 #endif 3065 3066 /*======== GFAN ==============*/ 3067 if (strcmp(sys_cmd,"gfan")==0) 3068 { 3069 if ((h==NULL) or (h!=NULL and h->Typ()!=IDEAL_CMD)){ 3070 Werror("system(\"gfan\"...) Ideal expected"); 3071 return TRUE; //Ooooops 3072 } 3073 ideal myideal=((ideal)h->Data()); 3074 printf("Addr: %l\n",*myideal); 3075 //printf(myideal.next()); 3076 3077 return FALSE; //Everything went fine 3078 } 3079 else 3080 3081 3066 3082 /*==================== Error =================*/ 3067 3083 Werror( "system(\"%s\",...) %s", sys_cmd, feNotImplemented ); … … 3069 3085 return TRUE; 3070 3086 } 3087 3071 3088 #endif // HAVE_EXTENDED_SYSTEM 3072 3089 3090
Note: See TracChangeset
for help on using the changeset viewer.