Skip to content

Commit

Permalink
test code
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Jul 31, 2024
1 parent 559f3c5 commit 0a6f990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radiative_transfer/radiator_warehouse.F90
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function get_ptr_char( this, name ) result( ptr )
! write(*,*) " [jiwon] name", this%radiators_( ndx )%val_%handle_
do ndx = 1, size( this%radiators_ )
if( name .eq. this%radiators_( ndx )%val_%handle_ ) then
write(*,*) " [jiwon] name", this%radiators_( ndx )%val_%handle_
! write(*,*) " [jiwon] name", this%radiators_( ndx )%val_%handle_
found = .true.
exit
endif
Expand Down

0 comments on commit 0a6f990

Please sign in to comment.