Fixed typo in test_fortran_properties

This commit is contained in:
Karl Hammond
2022-09-30 21:55:50 -05:00
parent da2f7f6fad
commit 2f5e0646d9

View File

@ -53,7 +53,7 @@ END FUNCTION f_lammps_extract_setting
FUNCTION f_lammps_has_error () BIND(C) FUNCTION f_lammps_has_error () BIND(C)
USE, INTRINSIC :: ISO_C_BINDING, ONLY : C_int USE, INTRINSIC :: ISO_C_BINDING, ONLY : C_int
USE keepcmds, ONLY : lmp USE keepstuff, ONLY : lmp
USE LIBLAMMPS USE LIBLAMMPS
IMPLICIT NONE IMPLICIT NONE
INTEGER(C_int) :: f_lammps_has_error INTEGER(C_int) :: f_lammps_has_error