Skip to content

Commit

Permalink
minor cleanup in MIP pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 8, 2023
1 parent ca9dd99 commit 840b0db
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Model/ParticleTracking/prt1mip.f90
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,15 @@ subroutine mip_cr(mip, name_model, input_mempath, inunit, iout, dis)
call mip%allocate_scalars()
!
! -- Set variables
mip%input_mempath = input_mempath
mip%inunit = inunit
mip%iout = iout
!
! -- Set pointers
mip%dis => dis
!
! -- check if mip is enabled
if (inunit > 0) then
!
! -- Print a message identifying the model input package.
! -- Print a message identifying the package if enabled
if (inunit > 0) &
write (iout, fmtheader) input_mempath
end if

end subroutine mip_cr

Expand Down

0 comments on commit 840b0db

Please sign in to comment.