The formula node in my development version runs ok (I see all calculation). The same formula node in the executable build fails (I get "Inf") on one calculation then the rest that follow is garbage. My formulas start out like this...
fo = (fh*fl)**.5;
QT=fo/(fl+fh);
alpha = (fo/fs)**2-1;
...
"alpha" value computes to Inf whenever I run the executable. If I run development "alpha" parameter is correct...
I think my syntax is correct since everything is OK in the development environment.
😞
richjoh