Changeset bc669c in git
- Timestamp:
- Mar 8, 2010, 2:55:24 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- a77a7b0cb3c8f818f4bb4458f809582d667bff36
- Parents:
- 32785f98c022f9341d401098c78dafff2aff4437
- Files:
-
- 8 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ChangeLog
r32785f rbc669c 1 1 - documentation updates: primdec.lib, PLURAL 2 - new lib: surfsig.lib (renamed from signature.lib) 2 3 - memory leaks fixed: nlGcd, nc_ReduceSpolyNew 3 4 - new lib: dmodvar.lib -
Singular/ipconv.cc
r32785f rbc669c 417 417 output->next=input->next; 418 418 input->next=NULL; 419 //if (outputType==MATRIX_CMD) Print("convert %d -> matrix\n",inputType); 419 420 return FALSE; 420 421 }
Note: See TracChangeset
for help on using the changeset viewer.