Changeset 3bf6849 in git
- Timestamp:
- Jun 9, 1999, 1:53:42 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 28f2d302b56d434cf41693253b775ee4d0d1703d
- Parents:
- b6484cbfcf631058514ac35b823e8eeaccdb951d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rb6484c r3bf6849 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.9 1 1999-05-06 16:53:21 SingularExp $ */4 /* $Id: extra.cc,v 1.92 1999-06-09 11:53:42 mschulze Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 410 410 #ifndef HAVE_DYNAMIC_LOADING 411 411 #ifdef HAVE_PCV 412 if(strcmp(sys_cmd,"pcvLAddL")==0) 413 { 414 return pcvLAddL(res,h); 415 } 416 else 417 if(strcmp(sys_cmd,"pcvPMulL")==0) 418 { 419 return pcvPMulL(res,h); 420 } 421 else 412 422 if(strcmp(sys_cmd,"pcvMinDeg")==0) 413 423 { 414 424 return pcvMinDeg(res,h); 415 }416 else417 if(strcmp(sys_cmd,"pcvMaxDeg")==0)418 {419 return pcvMaxDeg(res,h);420 425 } 421 426 else
Note: See TracChangeset
for help on using the changeset viewer.