Skip to content

Commit

Permalink
Fixed has_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
andyandreolli committed Nov 6, 2022
1 parent 010bf47 commit dcc9c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postpro/conditional_fields/conditional_ejection.f90
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ program conditional_ejection
!----------------------------------!

! determine which process has y_ref
has_ref = .FALSE.
call get_nearest_y(y_ref, iy_ref, has_ref)
if (has_ref) then
print *
Expand Down

0 comments on commit dcc9c3b

Please sign in to comment.