Changeset e28cf1 in git
- Timestamp:
- Jun 15, 2009, 4:41:04 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- ae5056dd02992f96eb03929712d672607ab2e1bd
- Parents:
- 7fee4f656baef61af7a00ccc2bf2771e33e20968
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r7fee4f6 re28cf1 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.30 5 2009-06-13 14:59:31Singular Exp $ */4 /* $Id: extra.cc,v 1.306 2009-06-15 14:41:04 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 1829 1829 int posInT17_c(const TSet set,const int length,LObject &p); 1830 1830 int posInT19(const TSet set,const int length,LObject &p); 1831 if ( h->Typ()==STRING_CMD)1831 if ((h!=NULL) && (h->Typ()==STRING_CMD)) 1832 1832 { 1833 1833 const char *s=(const char *)h->Data();
Note: See TracChangeset
for help on using the changeset viewer.