In installing and running the program i found two issues.
The first is the fact that the program can't find by default the C180, ..., C180-small files in the bin directory, as they are outside. They should be copied or moved inside the bin folder, or the program should be given a path "../".
The second is that at the vary end of the run, after all the trajectories written, the program in my computer throws an "Error in `./CellDiv': double free or corruption" exception. I cannot figure out if free() is called twice for something or what else.
In installing and running the program i found two issues.
The first is the fact that the program can't find by default the C180, ..., C180-small files in the bin directory, as they are outside. They should be copied or moved inside the bin folder, or the program should be given a path "../".
The second is that at the vary end of the run, after all the trajectories written, the program in my computer throws an "Error in `./CellDiv': double free or corruption" exception. I cannot figure out if free() is called twice for something or what else.