YasserSelima
Subscriber
I did not check the link ... but Don't use define property to return the height. Just define it as static double ...#include udf.hnnstatic double the_height(double t, double x){nn CALCULATE y HERE ..... nnreturn y;nnnDEFINE_GRID_MOTION(.....)n{nn When you need y ...nny = the_height( t, x);nn USE ynnn