Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs error: make: *** No rule to make target help-message.txt', needed by html' #56

Open
barracuda156 opened this issue Aug 22, 2023 · 1 comment

Comments

@barracuda156
Copy link

Docs seem to be broken due to missing target/file:

make: *** No rule to make target `help-message.txt', needed by `html'.  Stop.
@xpfy
Copy link

xpfy commented Sep 11, 2023

I have defined a UDF for Fraser-Suzuki like this : define Myfs(height, center, hwhm, shape) = heightexp(-ln(2)(ln(1+2shape(x-center)/hwhm))^2/shape^2), but I found that there had some "NAN", I tried to use the "TERNARY" to solve this problem like this: define Myfs(height, center, hwhm, shape)=2shape(x-center)/hwhm<1? (heightexp(-ln(2)(ln(1+2shape(x-center)/hwhm)/shape)^2)):0, but the had some error message: "`AFTER_TERNARY' is not allowed for variables/functions"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants