[Scilab-users] delaunay_2 issue on windows (feedback)

Samuel Gougeon sgougeon at free.fr
Fri Feb 15 16:54:54 CET 2019


Hello Paul,

Le 15/02/2019 à 11:00, Carrico, Paul a écrit :
>
> Dear all
>
> First of all thanks to Scilab team for the new release.
>
> In the example at the end of this post, I’m wondering why Scilab 
> crashes when using tessellation, but only on *_Windows 7 Professional 
> service pack 1 OS_* ? It’s not the first time I’m using it (with 
> success), but here with these new data, it fails (it’s the case with 
> the previous release as well).
> .../...
>
> data= [
>
> 6.2831853071795878.600000381469727
>
> 6.2831853071795878.725000381469727
>
> 6.2831853071795878.850000381469727
>
> 6.2831853071795878.975000381469727
>
> 6.2831853071795879.100000381469727
>
> 6.2831853071795879.225000381469727
>
> 6.2831853071795879.350000381469727
>
> 6.2831853071795879.475000381469727
>
> 6.2831853071795879.600000381469727
>
> 6.2831853071795879.699999809265137
>
> 6.2831853071795879.800000190734863
>
> 6.17667299536055758.600000381469727
>
> 6.17667299536055758.725000381469727
>
> 6.17667299536055758.850000381469727
>
> 6.17667299536055758.975000381469727
>
> 6.17667299536055759.100000381469727
>
> 6.17667299536055759.225000381469727
>
> 6.17667299536055759.350000381469727
>
> 6.17667299536055759.475000381469727
>
> 6.17667299536055759.600000381469727
>
> ];
>
> triangles_index= delaunay_2(data(:,1)', data(:,2)');
>

No issue for me with Scilab 6.0.2 on Win7 Home Edition:

--> triangles_index
  triangles_index  =
   2  3  14
   1  2  13
   3  4  15
   4  5  16
   5  6  17
   6  7  18
   7  8  19
   8  9  20
   9  10  20
   10  11  20
   1  13  12
   2  14  13
   3  15  14
   4  16  15
   5  17  16
   6  18  17
   7  19  18
   8  20  19

Regards
Samuel

PS: However i did not run clc, clear, mode(0) and did not test with them.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190215/2bc14344/attachment.htm>


More information about the users mailing list