[scilab-Users] Unable to get address of variables

Allan CORNET allan.cornet at scilab.org
Thu Jan 7 09:14:08 CET 2010


Hi,

See bug report 6388:

http://bugzilla.scilab.org/show_bug.cgi?id=6388


Thanks you for bug report

Allan CORNET



-----Message d'origine-----
De : scheiber at unitbv.ro [mailto:scheiber at unitbv.ro] 
Envoyé : mercredi 6 janvier 2010 17:50
À : users at lists.scilab.org
Objet : [scilab-Users] Unable to get address of variables


Hi,

I have installed Scilab-5.2.0 and running the following very simple
Java code 
===================================================================
import javasci.*;

public class  TstJavaSci1{
  public static void main(String[] args)  {
    SciDouble U=new SciDouble("u",1.0);
    SciDouble V=new SciDouble("v");
    Scilab.Exec("v=u+1");
    //V.Job("v=u+1");
    System.out.println("Name : "+V.getName());
    System.out.println("Value : "+V.getData());   
    V.disp();
    Scilab.Finish();
  }
}
===================================================================
I receive the unexpected warning messages

getVarAddressFromName: Unable to get address of variable "v"Erroe in
Java_javasci_SciAbstractArray_Get(1)
getVarAddressFromName: Unable to get address of variable "v"Erroe in
Java_javasci_SciAbstractArray_Get(1)

and the correct results.

This don't happen in Scilab-5.1.1. Where is the problem?

Scheiber Ernő

e-mail: scheiber at unitbv.ro






More information about the users mailing list