You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On both Julia 1.5.2 (Windows 10) and Julia 1.5.3 (Ubuntu 20), the example code given in the readme does not execute successfully. First, using TetGen: TetgenIO gives UndefVarError: TetGenIO not defined. Second, the call to Mesh does not run. On Windows, the REPL crashes with no error message; on Linux, the REPL hangs indefinitely with the message "double free or corruption (!prev)" Removing the maximum tetrahedron volume constraint allows the line to run.
The text was updated successfully, but these errors were encountered:
On both Julia 1.5.2 (Windows 10) and Julia 1.5.3 (Ubuntu 20), the example code given in the readme does not execute successfully. First,
using TetGen: TetgenIO
givesUndefVarError: TetGenIO not defined
. Second, the call toMesh
does not run. On Windows, the REPL crashes with no error message; on Linux, the REPL hangs indefinitely with the message "double free or corruption (!prev)" Removing the maximum tetrahedron volume constraint allows the line to run.The text was updated successfully, but these errors were encountered: