was not doing anything
This commit is contained in:
parent
abb686029d
commit
f4ddb0f9d2
|
@ -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
|
Loading…
Reference in New Issue