Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Aug 5, 2024
1 parent 82ba166 commit f8ae5a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/radiative_transfer/radiator_warehouse.F90
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ function get_ptr_char( this, name ) result( ptr )
logical :: found

found = .false.

do ndx = 1, size( this%radiators_ )
if( name .eq. this%radiators_( ndx )%val_%handle_ ) then
found = .true.
Expand Down

0 comments on commit f8ae5a2

Please sign in to comment.