MoebiusCode
MoebiusCode copied to clipboard
Typos
The file "Filedialogs.h" should be "FildDialogs.h," no?
MoebiusCode/main.cpp:6:10: fatal error: FileDialog.h: No such file or directory #include "FileDialog.h"
Also, in "PrescribeEdgeJumps.h," "<Eigen/core>" should be "<Eigen/Core>..."
fatal error: Eigen/core: No such file or directory #include <Eigen/core>
I fixed them both and it seems to work on my computer. OSX can sometimes not be sensitive to those differences. Note that MoebiusCode is porting into libhedra, so I will stop supporting this repository in a few weeks.
Will the GUI go with the port to libhedra?