-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Hello. I'll look into this problem and see about getting it fixed. Can you send me your input and mesh? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! I've identified the problem, and I have a fix in the works. I'll test my changes with your input as well and let you know when the fix has been merged. |
Beta Was this translation helpful? Give feedback.
-
|
I wasn't able to download your input and mesh, but I have merged a fix for this issue. You'll need to pull your working copy up to the current version of main. Note that the default user interface in the latest version has switched from Lua to Python. To configure the code to use the older Lua interface, do the following: |
Beta Was this translation helpful? Give feedback.

I wasn't able to download your input and mesh, but I have merged a fix for this issue. You'll need to pull your working copy up to the current version of main. Note that the default user interface in the latest version has switched from Lua to Python. To configure the code to use the older Lua interface, do the following:
cmake -DOPENSN_WITH_LUA=True ... Please let me know if the latest version of the code fixes your issue.