-
Hi All, I'm a new user for neper and I'm very interested in various algorithms used in neper for tessellation. Now I am trying to modify the neut_tess_fprintf_cell function to output the information of the seed neighbors. However, after I modified the code and rebuilt it, I still get the same output file as the unmodified situation. I have even tried to only add a very simple fprintf line in the source, but still no change is detected. Could you help me with this? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think that your This being said, also have a look at the |
Beta Was this translation helpful? Give feedback.
I think that your
neper
command refers to the version installed on the system, not the local binary. Use./neper
for the local binary.This being said, also have a look at the
-statseed
option to get seed information.