Changeset 73f3ca7 in git for Singular/ipconv.cc
- Timestamp:
- Sep 19, 2014, 5:36:59 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 0e8dab27bf2f0f78deb06b2627bb3f13ab41e7c5768faf941b632918f43fb7b4b3300abff92ddd97
- Parents:
- 1c5671bf0ac80d11a9c67730f239e645e50482de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipconv.cc
r1c5671 r73f3ca7 298 298 * return FALSE on success 299 299 */ 300 BOOLEAN iiConvert (int inputType, int outputType, int index, leftv input, leftv output )300 BOOLEAN iiConvert (int inputType, int outputType, int index, leftv input, leftv output,struct sConvertTypes *dConvertTypes) 301 301 { 302 302 memset(output,0,sizeof(sleftv)); … … 421 421 * return 0 on failure, an index (<>0) on success 422 422 */ 423 int iiTestConvert (int inputType, int outputType )423 int iiTestConvert (int inputType, int outputType,struct sConvertTypes *dConvertTypes) 424 424 { 425 425 if ((inputType==outputType)
Note: See TracChangeset
for help on using the changeset viewer.