-
Notifications
You must be signed in to change notification settings - Fork 186
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
error finding wignerTrafoAdjointmex #2268
Comments
Same issue with mtex-6.0.0. I needed to compile the mex files for the function to be findable. I'm on apple silicon. Dan |
Hi Vedad, thank you for pointing this out. I have no idea, where this bug originates from. Ralf |
Hi Dan, |
Hello! any follow up on this? Like Dan, I have that version and environment. |
Hi everyone, |
Hi maguag, |
Hi Ralf, |
What do you want to do?
Evaluate ODF
What code do you use?
Please provide minimalist code with code in the following form
odf = calcDensity(ebsd.orientations);
ori = orientation.byMiller([0 0 1],[0 0 1], ebsd.CS);
odf.eval(ori)
Error Message
Unrecognized function or variable 'wignerTrafomex'.
Error in SO3FunHarmonic/wignerTrafo (line 61)
ghat = wignerTrafomex(N,SO3F.fhat,flags,sym);
What MTEX version do you use?
6.0.beta3
A workaround is to rename all wignerTrafo-functions such that trailing "mex" is removed.
The text was updated successfully, but these errors were encountered: