Issue with CheckLhs/CheckRhs ?

Vincent Lejeune vincent.lejeune at u-psud.fr
Sat Nov 7 23:38:08 CET 2009



Hi,

with the following code, I have a strange behavior (on
Scilab 5.2 beta 1 windows) :

int sci_gpuInit(char*
fname)
{
   CheckRhs(0,0);
  
CheckLhs(0,0);

  return 0;
}

when I called
the function, I have the following errormessage :
gInit()
gInit
: Mauvais nombre d'argument(s) de sortie : 0 attendu.
A=gInit()
gInit : Mauvais nombre d'argument(s) de sortie : 0 attendu.

The last one is expectable...but the following code works :
A=gInit

without parentheses...But with only :
gInit
I have the same error as previously.

Is it a bug ?




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20091107/50425c4e/attachment.htm>


More information about the dev mailing list