Changeset 342afc in git
- Timestamp:
- May 29, 2009, 6:24:52 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 7cdf2b1614900e2cf21c1451c95e55dc499f39bc
- Parents:
- 7496bd37bdadcd706dcf03b1b6bc61ad06338d92
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r7496bd r342afc 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.30 0 2009-05-20 15:15:01 motsakExp $ */4 /* $Id: extra.cc,v 1.301 2009-05-29 16:24:52 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 1914 1914 } 1915 1915 else 1916 /*==================== interred ==================================*/1917 #if 01918 if(strcmp(sys_cmd,"interred")==0)1919 {1920 res->data=(char *)kIR((ideal)h->Data(),currQuotient);1921 res->rtyp=h->Typ();1922 return ((h->Typ()!=IDEAL_CMD) && (h->Typ()!=MODUL_CMD));1923 }1924 else1925 #endif1926 1916 #ifdef RDEBUG 1927 1917 /*==================== poly debug ==================================*/
Note: See TracChangeset
for help on using the changeset viewer.