forked from lijiext/lammps
silence compiler warning
This commit is contained in:
parent
fc090c22f4
commit
a0fdb6af47
|
@ -441,6 +441,7 @@ double MLIAPDescriptorSNAP::get_cutmax()
|
||||||
if (cut > cutmax) cutmax = cut;
|
if (cut > cutmax) cutmax = cut;
|
||||||
return cutmax;
|
return cutmax;
|
||||||
}
|
}
|
||||||
|
return cutmax;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue