Changeset 73f3ca7 in git for Singular/ipconv.h
- 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.h
r1c5671 r73f3ca7 8 8 */ 9 9 #include <kernel/structs.h> 10 #include <Singular/table.h> 10 11 11 int iiTestConvert (int inputType, int outputType );12 int iiTestConvert (int inputType, int outputType, struct sConvertTypes *dCT=dConvertTypes); 12 13 BOOLEAN iiConvert (int inputType, int outputType, int index, 13 leftv input, leftv output );14 leftv input, leftv output, struct sConvertTypes *dCT=dConvertTypes); 14 15 #endif 15 16
Note: See TracChangeset
for help on using the changeset viewer.