Skip to content

Commit

Permalink
Correct if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatel2107 committed Oct 29, 2024
1 parent 4ec7aa3 commit 2056f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgyro/src/cgyro_flux.f90
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ subroutine cgyro_flux
NEW_COMM_1, &
i_err)

if (stress_print_flag .eq 1) then
if (stress_print_flag .eq. 1) then
! Reduce complex stress(kx, theta), distributed over n

call MPI_ALLREDUCE(stress_integrated_loc, &
Expand Down

0 comments on commit 2056f2b

Please sign in to comment.