problem with a library from metanet
Brought to you by:
ignalvarez,
jjjooossseee
There is a problem with this function: m6ta2lpu. This function is called by connex function (from metanet), which is used in our function to load the graph.
Apparently this problem was introduced in 5.2 scilab version (in 5.1.1 it works correctly but i didn't checked). In 5.2 version metanet is not included in the original distribution of scilab and has to be loaded as a toolbox.
this is the error>
[lp,la,ln]=m6ta2lpu(g1.edges.tail,g1.edges.head,n+1,n,2*ma);
Warning: stack problem..., cleared.
I search on the internet, and m6ta1lpu function is returning 2 values instead of 3 as it is expected.
Veronica