Skip to content

Commit

Permalink
PENTA: comment lscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
ajchcoelho committed Nov 13, 2024
1 parent cef7043 commit f65ce10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PENTA/Sources/penta_interface_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1151,11 +1151,11 @@ SUBROUTINE penta_run_4_cleanup
! QQ write file with number of roots per surface!

! Write screen output
IF (lscreen) THEN
!IF (lscreen) THEN
write(str_num,*) num_roots
write(*,'(f7.3,' // trim(adjustl(str_num)) // '(" ",e15.4))') &
roa_surf,er_roots(1:num_roots)/100._rknd
END IF
!END IF

! DEALLOCATE
CALL penta_deallocate_species
Expand Down

0 comments on commit f65ce10

Please sign in to comment.