ElCapybara

Results 2 issues of ElCapybara

Hi, I have notice an error in the Python server \_\_init__.py You have to replace **from server import Server** by **from .server import Server** to have a relative path instead...

Hi, I can't run the exemple of triangulation of a point cloud in C. There is directly a Memory violation raised. Thanks for you're help. ``` #include #include #include #include...