Discngine / fpocket

fpocket is a very fast open source protein pocket detection algorithm based on Voronoi tessellation. The platform is suited for the scientific community willing to develop new scoring functions and extract pocket descriptors on a large scale level. fpocket is distributed as free open source software. If you are interested in integrating fpocket in an industrial setting and require official support, please contact Discngine (www.discngine.com).
MIT License
271 stars 60 forks source link

change umlauts to normal O's #109

Closed ElizaKartchner closed 11 months ago

ElizaKartchner commented 1 year ago

I was having the same problem as Issue #100 (Problem compiling fpocket 4.1). I found that changing the three "Ö" characters located in 'fpocket/headers/utils.h', 'fpocket/headers/fparams.h", and 'fpocket/scr/fparams.c' in the variable "M_MAX_CUSTOM_PÖCKET_LEN" with normal O's fixed the problem.

pschmidtke commented 11 months ago

Oh where did that come from? :) thanks for spotting this