Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 22, 2024
1 parent a6a96e9 commit b050701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collision/collision_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ module subroutine collision_io_netcdf_write_frame_snapshot(self, history, param)
end if
end do

ntp = pl%nbody
ntp = tp%nbody
do i = 1, ntp
call nc%find_idslot(tp%id(i), idslot)
call netcdf_io_check( nf90_put_var(nc%id, nc%id_varid, tp%id(i), start=[ idslot ]), "collision_io_netcdf_write_frame_snapshot nf90_put_var id_varid" )
Expand Down

0 comments on commit b050701

Please sign in to comment.