Changeset 9918fd in git
- Timestamp:
- Jun 13, 2009, 4:59:31 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 7fee4f656baef61af7a00ccc2bf2771e33e20968
- Parents:
- 57fad3aaa5fb2586543e64b71773d3610548688a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r57fad3a r9918fd 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.30 4 2009-06-13 14:38:23Singular Exp $ */4 /* $Id: extra.cc,v 1.305 2009-06-13 14:59:31 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 1818 1818 int posInT_EcartFDegpLength(const TSet set,const int length,LObject &p); 1819 1819 int posInT_FDegpLength(const TSet set,const int length,LObject &p); 1820 int posInT_pLength(const TSet set,const int length,LObject &p); 1820 1821 int posInT0(const TSet set,const int length,LObject &p); 1821 1822 int posInT1(const TSet set,const int length,LObject &p); … … 1835 1836 else if (strcmp(s,"posInT_FDegpLength")==0) 1836 1837 test_PosInT=posInT_FDegpLength; 1838 else if (strcmp(s,"posInT_pLength")==0) 1839 test_PosInT=posInT_pLength; 1837 1840 else if (strcmp(s,"posInT0")==0) 1838 1841 test_PosInT=posInT0;
Note: See TracChangeset
for help on using the changeset viewer.