chr1shr / incrmt

A C++ implementation of the incompressible reference map technique
12 stars 3 forks source link

Potential libpng, visualization issues and Segmentation fault: 11 for flapper/flappers/multi-drop examples #1

Open erizmr opened 4 years ago

erizmr commented 4 years ago

Hi Chris, Thanks for sharing your amazing codes! I have tried to compile and run examples in ./ftest. It works well and fast in most cases. Here are some issues I met on Mac OS Catalina 10.15.6, all required dependencies were installed via Homebrew

And the ./gnuplot_movie.pl complains about something during the output process. Did I miss something to compile for the ../../shared/make_contour? image

Looking forward to your reply. Thanks.

chr1shr commented 4 years ago

Hi Mingrui,

Thanks for your interest in these codes and for pointing out these issues. It's good to have someone else look over this!

Chris.

erizmr commented 4 years ago

Hi Chris,

Thanks for your detailed reply! I think now the issues have been well sorted.

Mingrui