was not doing anything

This commit is contained in:
Martin Diehl 2016-05-20 08:09:06 +02:00
parent abb686029d
commit f4ddb0f9d2
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
module HDF5_io
use prec
use IO
use hdf5
contains
subroutine HDF5_init(filename, total_inc, total_time)
integer(pInt), intent(in) :: total_inc
real(pReal), intent(in) :: total_time
write(6,*) 'pretend to write something'
end subroutine HDF5_init
end module HDF5_io