Hello,
there seems to be an error in the Matlab interface to kinsol, in file
kimOpts.c. The value of EtaForm is ignored, and always taken as 1.
The mistake is in lines 129-131, which say:
if(strcmp(bufval,"Type1")) *etachoice = KIN_ETACHOICE1;
else if(strcmp(bufval,"Type2")) *etachoice = KIN_ETACHOICE2;
else if(strcmp(bufval,"Constant")) *etachoice = KIN_ETACONSTANT;
whereas the test should be if "(!strcmp(...." (as is done elsewhere in
the file). This is for version 2.4.
Thanks for the nice software anyway,
Regards,
Michel
--
Michel Kern
INRIA-Rocquencourt, B.P. 105, F-78153 Le Chesnay Cedex.
tel. : +33 (0)1 39 63 58 41, fax : +33 (0)1 39 63 58 84
e-mail :
Michel.Kern@...