Skip to content

Commit

Permalink
fix debug msg output
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jul 10, 2023
1 parent 450815c commit 9d4fb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/cmbmain.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ subroutine TransferOut


if (DebugMsgs .and. Feedbacklevel > 0) &
call WriteFormat('Transfer k values: %f',State%MT%num_q_trans-n_source_points)
call WriteFormat('Transfer k values: %d',State%MT%num_q_trans-n_source_points)

! loop over wavenumbers.
!$OMP PARALLEL DO DEFAULT(SHARED),SCHEDULE(DYNAMIC), PRIVATE(EV, tau, q_ix)
Expand Down

0 comments on commit 9d4fb1b

Please sign in to comment.