POV-Ray : Newsgroups : povray.beta-test : crash during function creation in loop : Re: crash during function creation in loop Server Time
30 Jul 2024 06:22:41 EDT (-0400)
  Re: crash during function creation in loop  
From: Thorsten Froehlich
Date: 3 Jan 2002 10:49:39
Message: <3c347d93$1@news.povray.org>

Skiba <abx### [at] babilonorg>  wrote:

>         #local G=function{f_sphere(x-X,y-Y,z-Z,R)};
>         G(x,y,z)

This is not legal, you may not redeclare a function.  The parser should
catch this (see my reply in other thread, it is the same problem) but it
does not always manage to.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

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