Changeset 4449fba in git for Singular/extra.cc
- Timestamp:
- Feb 6, 2002, 3:06:22 PM (21 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- e6778d0e3e6228a7658aba8afa9077c6e10ced64
- Parents:
- 3952ffb760b49db8a72dbf0ba212274cd56df948
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r3952ffb r4449fba 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.17 4 2002-01-20 11:44:47Singular Exp $ */4 /* $Id: extra.cc,v 1.175 2002-02-06 14:06:22 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 653 653 654 654 #include "mod_raw.h" 655 655 656 656 static BOOLEAN jjEXTENDED_SYSTEM(leftv res, leftv h) 657 657 { … … 663 663 if(strcmp(sys_cmd,"locNF")==0) 664 664 { 665 #if 0666 665 if (h != NULL && h->Typ() == VECTOR_CMD) 667 666 { … … 756 755 } 757 756 return FALSE; 758 #endif759 757 } 760 758 else
Note: See TracChangeset
for help on using the changeset viewer.