Michel Joron - 2008-02-20

Logged In: YES
user_id=208244
Originator: NO

a work-around will be to clarify the syntax on the printf like:

surface type_bug()
{
float f = noise(6*P);
printf("%f\n", f);
}