ingo wrote in message ...
>#declare A=Spl(0.3);
Try
#declare A = 0+Spl(0.3);
This tells the parser you are trying to declare a float or vector, rather
than trying to copy a spline. I don't know why you get the particular error
message you do; my development version gives "Expected: RValue to declare".
--
Mark
Post a reply to this message
|