fangq / mmc

Mesh-based Monte Carlo (MMC)
Other
40 stars 32 forks source link

error when compiling sources #93

Closed andreafarina closed 2 months ago

andreafarina commented 2 months ago

Dear @fangq, when manually compiling using Cmake, there is an error saying that names "benchname" and "benchjson" are missing in mmc_utils.c. I seems working if I add to CmakeLists.txt the missing file mmc_bench.c. Here is the line: https://github.com/fangq/mmc/blob/c67142db035e3a58bf0a7b460dd03bcb5421a7fa/src/CMakeLists.txt#L90

Regards!

Andrea