From 19e9c28bb69a766c6d61be2b462cbaaa6d301580 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Mon, 8 Apr 2013 05:41:15 -0700 Subject: [PATCH] fixed #endif statement --- src/particle_restart_write.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/particle_restart_write.F90 b/src/particle_restart_write.F90 index d9388ca763..da6a4067d6 100644 --- a/src/particle_restart_write.F90 +++ b/src/particle_restart_write.F90 @@ -16,7 +16,7 @@ module particle_restart_write #ifdef HDF5 integer(HID_T) :: hdf5_particle_file -#endif HDF5 +#endif contains