silence compiler warning

This commit is contained in:
Axel Kohlmeyer
2020-06-22 22:34:08 -04:00
parent fc090c22f4
commit a0fdb6af47

View File

@ -441,6 +441,7 @@ double MLIAPDescriptorSNAP::get_cutmax()
if (cut > cutmax) cutmax = cut;
return cutmax;
}
return cutmax;
}
/* ----------------------------------------------------------------------