Open RainSureZhao opened 4 months ago
It's been a while since I've looked at those versions. Just out of curiosity, is there a reason you're not using a newer version?
It's been a while since I've looked at those versions. Just out of curiosity, is there a reason you're not using a newer version?
Because I am reading the original paper in 2006, I want to cooperate with the code reading so that the understanding will be deeper. Now I have learned the code of V1 version, and I want to know what upgrades and changes have been made in V2, V3, V4 and other versions, so I tried to compile it, but something went wrong, and the code of V1 version will not report errors. So I want to know why.
I have updated the source code in Version2/3/4. It should now compile using the Makefile. (I also added a Makefile to Version4.)
Note that as I was developing on a machine without OpenMP, I disabled the parallelization calls in Version4.
I have updated the source code in Version2/3/4. It should now compile using the Makefile. (I also added a Makefile to Version4.)
Note that as I was developing on a machine without OpenMP, I disabled the parallelization calls in Version4.
Thank you very much!
Hello, when I try to compile the source code for version v2/v3/v4 using the Makefile, I use make all/make release, but I am told that AddTriangles() is not found.
The error message is here:
Compilation environment: ubuntu 22.04 GNU Make 4.3 g++ 11.4.0