Deleted the parenthesis instead of the space...

This commit is contained in:
Karl Hammond
2022-08-12 11:55:30 -05:00
parent d1429d1b11
commit 4c975c34c1

View File

@ -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)