|
|
autowitch wrote:
>
> I don't know if this has already been reported or not (so bear with me if it
> already has been).
>
> The scene:
>
> #local fn_X = function(x,y,z) { x*x + y*y - 1 }
> #local fn_X = function(x,y,z) { x*y + y*x - 1 }
>
> [...]
I can confirm that,
note that declaring functions and declaring variables are two different
things, for a long time during pre-beta, it was not possible to '#local'
functions at all.
Workaround: '#undef' between
Note to Thorsten (or whoever): It does not crash with the intel-compile.
Christoph
--
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other
things on: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|