I try to make the file after cmake, but seems to me iGeom is missing.
(base) vincewang@Vince:~/codes/mcnp2cad-master/build$ make
[ 8%] Building CXX object CMakeFiles/mcnp2cad.dir/geometry.cpp.o
[ 16%] Building CXX object CMakeFiles/mcnp2cad.dir/GQ_Characterize.cpp.o
[ 25%] Building CXX object CMakeFiles/mcnp2cad.dir/mcnp2cad.cpp.o
In file included from /home/vincewang/codes/mcnp2cad-master/mcnp2cad.cpp:15:
/home/vincewang/codes/mcnp2cad-master/volumes.hpp:5:10: fatal error: iGeom.h: No such file or directory
5 | #include "iGeom.h"
| ^~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/mcnp2cad.dir/build.make:104: CMakeFiles/mcnp2cad.dir/mcnp2cad.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:102: CMakeFiles/mcnp2cad.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
Is iGeom still available under moab?
If not, is it possible to update it?