silence compiler warning

This commit is contained in:
Axel Kohlmeyer 2020-06-22 22:34:08 -04:00
parent fc090c22f4
commit a0fdb6af47
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 0 deletions

View File

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