reduce warnings and improve portability

This commit is contained in:
Axel Kohlmeyer
2021-12-09 13:55:53 -05:00
parent 8f0dea91c7
commit 878dd746db
5 changed files with 7 additions and 7 deletions

View File

@ -167,7 +167,6 @@ TEST(MPI, split_comm)
TEST(MPI, multi_partition)
{
FILE *fp;
int nprocs, me;
lammps_mpi_init();
MPI_Comm_size(MPI_COMM_WORLD, &nprocs);