Changeset 24d83d in git
- Timestamp:
- Feb 2, 2009, 2:16:54 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- a41f3aa4c75f6fbb2d1a2fdcd12f72b57876f857
- Parents:
- b291534dc91b8019ea4a403ee514f9383504befa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rb29153 r24d83d 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.28 8 2009-01-29 14:08:01 SingularExp $ */4 /* $Id: extra.cc,v 1.289 2009-02-02 13:16:54 monerjan Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 3072 3072 return TRUE; //Ooooops 3073 3073 } 3074 ideal myideal=((ideal)h->Data()); 3075 printf("Addr: %l\n",*myideal); 3076 //printf(myideal.next()); 3074 ideal I=((ideal)h->Data()); 3075 res->rtyp=IDEAL_CMD; 3076 /* 3077 to do: 3078 create ../kernel/gfan.h & ../kernel/gfan.cc 3079 #include "gfan.h" 3080 3081 res->data=(void*) gfan(I); //needs to be included 3082 */ 3077 3083 3078 3084 return FALSE; //Everything went fine
Note: See TracChangeset
for help on using the changeset viewer.