From 4c975c34c1c36631a48709f5e659a39bd97bf51d Mon Sep 17 00:00:00 2001 From: Karl Hammond Date: Fri, 12 Aug 2022 11:55:30 -0500 Subject: [PATCH] Deleted the parenthesis instead of the space... --- fortran/lammps.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/lammps.f90 b/fortran/lammps.f90 index c0ceadb839..ecef8c3e67 100644 --- a/fortran/lammps.f90 +++ b/fortran/lammps.f90 @@ -213,7 +213,7 @@ MODULE LIBLAMMPS IMPORT :: c_ptr, c_int IMPLICIT NONE TYPE(c_ptr), VALUE :: handle - INTEGER c_int) :: lammps_get_mpi_comm + INTEGER(c_int) :: lammps_get_mpi_comm END FUNCTION lammps_get_mpi_comm FUNCTION lammps_extract_setting(handle,keyword) BIND(C)