silence warning

This commit is contained in:
Axel Kohlmeyer
2021-10-06 17:44:57 -04:00
parent ef84435b7c
commit b3ca238a61

View File

@ -79,7 +79,7 @@ int main(int argc, char **argv)
KokkosLMP::finalize();
Python::finalize();
MPI_Abort(ae.universe, 1);
} catch (LAMMPSException &e) {
} catch (LAMMPSException &) {
KokkosLMP::finalize();
Python::finalize();
MPI_Barrier(lammps_comm);