fixed #endif statement

This commit is contained in:
Bryan Herman 2013-04-08 05:41:15 -07:00
parent 6134642f35
commit 19e9c28bb6

View file

@ -16,7 +16,7 @@ module particle_restart_write
#ifdef HDF5
integer(HID_T) :: hdf5_particle_file
#endif HDF5
#endif
contains