Ooops, I wrote it too fast: Stephane Del Pino wrote:
domain d; // domain is undefined here
function ki = one(sqrt(x^2+y^2+z^2));
function ki = one(sqrt(x^2+y^2+z^2)<1);
d = domain(ki>0.5);
This should be better. Stephane _______________________________________________ ff3d-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/ff3d-users
