Fixed typo in test_fortran_properties
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user