Changeset 73f3ca7 in git for Singular/ipconv.h


Ignore:
Timestamp:
Sep 19, 2014, 5:36:59 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
0e8dab27bf2f0f78deb06b2627bb3f13ab41e7c5768faf941b632918f43fb7b4b3300abff92ddd97
Parents:
1c5671bf0ac80d11a9c67730f239e645e50482de
Message:
chg: table interface for iiAddCproc: 1 arg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.h

    r1c5671 r73f3ca7  
    88*/
    99#include <kernel/structs.h>
     10#include <Singular/table.h>
    1011
    11 int iiTestConvert (int inputType, int outputType);
     12int iiTestConvert (int inputType, int outputType, struct sConvertTypes *dCT=dConvertTypes);
    1213BOOLEAN iiConvert (int inputType, int outputType, int index,
    13                    leftv input, leftv output);
     14                   leftv input, leftv output, struct sConvertTypes *dCT=dConvertTypes);
    1415#endif
    1516
Note: See TracChangeset for help on using the changeset viewer.