Skip to content

Commit

Permalink
Corrected extra printing statements
Browse files Browse the repository at this point in the history
  • Loading branch information
wuppersaver committed Aug 3, 2023
1 parent 28053e4 commit 015e5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optados/src/photo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2612,7 +2612,7 @@ subroutine write_distributed_qe_data(kpt_total)
use od_electronic, only: nspins, nbands
use od_comms, only: my_node_id, on_root, num_nodes, comms_send, comms_recv, root_id, comms_bcast
use od_io, only: io_error, io_file_unit, io_date, io_time, seedname
use od_parameters, only: photo_model
use od_parameters, only: photo_model, devel_flag

implicit none
real(kind=dp), dimension(:, :, :), allocatable :: qe_mat_temp
Expand Down

0 comments on commit 015e5e9

Please sign in to comment.