POV-Ray : Newsgroups : povray.advanced-users : <no subject> : Re: <no subject> Server Time
25 Apr 2024 18:28:54 EDT (-0400)
  Re: <no subject>  
From: clipka
Date: 14 Sep 2018 16:03:02
Message: <5b9c13f6$1@news.povray.org>
Am 14.09.2018 um 21:55 schrieb clipka:

> Which is not surprising, since you have
> 
>     #for (U, 0, Usize)
> 
> while the array is only Usize elements long, from 0 to Usize-1.

Sorry, that's an imprecise observation; the array is Usize+1 elements
long, so it has space for elements from 0 to Usize. But you're only
initializing elements from 0 to UU, with UU = Usize-1, so element Usize
remains uninitialized.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.