From 6c49937ad7b61d0db06a60c4af0e49240d03aa75 Mon Sep 17 00:00:00 2001 From: Karl Hammond Date: Wed, 10 Aug 2022 11:03:49 -0500 Subject: [PATCH] Re-ordered type-bound procedures to correspond with the order in library.h --- fortran/lammps.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/lammps.f90 b/fortran/lammps.f90 index 7c21028191..633abbc1f6 100644 --- a/fortran/lammps.f90 +++ b/fortran/lammps.f90 @@ -44,10 +44,10 @@ MODULE LIBLAMMPS PROCEDURE :: command => lmp_command PROCEDURE :: commands_list => lmp_commands_list PROCEDURE :: commands_string => lmp_commands_string - PROCEDURE :: version => lmp_version PROCEDURE :: get_natoms => lmp_get_natoms PROCEDURE :: get_thermo => lmp_get_thermo PROCEDURE :: extract_box => lmp_extract_box + PROCEDURE :: version => lmp_version END TYPE lammps INTERFACE lammps