I used the script "python libsymf_builder.py". However, I got this problem.
generating ./_libsymf.cpp
(already up-to-date)
the current directory is '/home/users/hai/soft/NN_ensemble_relaxer/utils'
calculate_sf.cpp: In function ‘int calculate_sf(double, double, double, int, int, int, int, int, double, int, double, double**)’:
calculate_sf.cpp:36:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
for (int i=0; i < sizeof(IMPLEMENTED_TYPE) / sizeof(IMPLEMENTED_TYPE[0]); i++) {
^~~~~~~~~~~~~~
Hello,
I used the script "python libsymf_builder.py". However, I got this problem.
generating ./_libsymf.cpp (already up-to-date) the current directory is '/home/users/hai/soft/NN_ensemble_relaxer/utils' calculate_sf.cpp: In function ‘int calculate_sf(double, double, double, int, int, int, int, int, double, int, double, double**)’: calculate_sf.cpp:36:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] for (int i=0; i < sizeof(IMPLEMENTED_TYPE) / sizeof(IMPLEMENTED_TYPE[0]); i++) {
^~~~~~~~~~~~~~Could you please take a look at it?
Thank you.