[Scilab-users] Issue with Using atomsTest

CHEZE David 227480 david.cheze at cea.fr
Tue Jul 18 16:44:43 CEST 2017


Thank you Samuel

I'll have a try and let you know.


David


De : users [mailto:users-bounces at lists.scilab.org] De la part de Samuel Gougeon
Envoyé : mardi 18 juillet 2017 15:56
À : users at lists.scilab.org
Objet : Re: [Scilab-users] Issue with Using atomsTest

Le 18/07/2017 à 15:50, Samuel Gougeon a écrit :

Workaround: Do the following once. It will then be ok forever:

// after loading it:

[?,path] = libraryinfo("stixboxlib");

cwd = pwd();

cd(path);

genlib stixboxlib

cd(cwd)

If for you stixbox is autoloaded at startup, you need to insert the following just before genlib:

predef clear
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170718/4359ceb6/attachment.htm>


More information about the users mailing list