From d3afc2f64cc7d43b26dcab6fb1a9eafebacc3ec9 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 8 Apr 2013 20:01:46 -0400 Subject: [PATCH] Fixed another #endif statement. --- src/particle_restart.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/particle_restart.F90 b/src/particle_restart.F90 index 93e1d8084..07c7f5475 100644 --- a/src/particle_restart.F90 +++ b/src/particle_restart.F90 @@ -22,7 +22,7 @@ module particle_restart #ifdef HDF5 integer(HID_T) :: hdf5_particle_file -#endif HDF5 +#endif ! Short names for output and error units integer :: ou = OUTPUT_UNIT