Changeset 75395b in git
- Timestamp:
- Jan 29, 2009, 3:08:01 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 13e74c6f235d10ce61e1c7e3a2eb3ec69cca9c7e
- Parents:
- ca41c348440e7c6d985f6aefddf5840eddd132c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rca41c34 r75395b 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.28 7 2009-01-29 10:12:19 monerjanExp $ */4 /* $Id: extra.cc,v 1.288 2009-01-29 14:08:01 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 3067 3067 if (strcmp(sys_cmd,"gfan")==0) 3068 3068 { 3069 if ((h==NULL) or (h!=NULL and h->Typ()!=IDEAL_CMD)){ 3069 if ((h==NULL) || (h!=NULL && h->Typ()!=IDEAL_CMD)) 3070 { 3070 3071 Werror("system(\"gfan\"...) Ideal expected"); 3071 3072 return TRUE; //Ooooops
Note: See TracChangeset
for help on using the changeset viewer.