silence compiler warnings

This commit is contained in:
Axel Kohlmeyer
2022-10-31 13:06:03 -04:00
parent c214a81526
commit 23c22b4f4f
3 changed files with 5 additions and 7 deletions

View File

@ -24,7 +24,7 @@ END SUBROUTINE f_lammps_close
SUBROUTINE f_lammps_setup_create_atoms() BIND(C)
USE LIBLAMMPS
USE keepstuff, ONLY : lmp, big_input, cont_input, more_input, pair_input
USE keepstuff, ONLY : lmp, big_input, cont_input, more_input
IMPLICIT NONE
!CALL lmp%command('atom_modify map array')