Skip to content

Commit

Permalink
removed test print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Metin San committed Jan 15, 2021
1 parent db71ec8 commit 65b1751
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions commander3/src/comm_output_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ subroutine init_chain_file(cpar, iter)
if (exist) call rm(trim(chainfile))
call open_hdf_file(chainfile, file, 'w')

! ========== testing hdf parameter output ==========
print *, '=========== test ============'
! testing hdf parameter output
call write_params_to_hdf(cpar, file)
!===================================================

call close_hdf_file(file)
iter = -1
Expand Down

0 comments on commit 65b1751

Please sign in to comment.