Bhattacharya-Lab / SPECS

Superposition-based Protein Embedded CA SC score
GNU General Public License v3.0
3 stars 4 forks source link

Error compiling SPECS.cpp file #3

Open sajidmahmud opened 1 year ago

sajidmahmud commented 1 year ago

I followed the instructions from the Readme file and ran the following command:

g++ -o SPECS SPECS.cpp However, I am getting the following error,

SPECS.cpp: In function ‘long double u3b(long double, long double ()[3000], long double ()[3000], int, int, long double, long double ()[4], long double*, int)’: SPECS.cpp:1932:1: warning: control reaches end of non-void function [-Wreturn-type] 1932 | } | ^

What could be the reason for this? I am trying to use it on a 64 bit Ubuntu machine.

mingkangyang commented 4 weeks ago

I have also encountered the above problem and hope to get an answer