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

Commit

Permalink
Fixed typo. pl_discards -> pl_adds
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 9, 2021
1 parent ec70fc6 commit 49ca22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symba/symba_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ module subroutine symba_io_write_discard(self, param)
nsub = pl_discards%ncomp(isub)
do j = 1, nadd
if (iadd <= pl_adds%nbody) then
write(LUN, NAMEFMT) ADD, pl_discards%id(iadd), pl_discards%status(iadd)
write(LUN, NAMEFMT) ADD, pl_adds%id(iadd), pl_adds%status(iadd)
write(LUN, VECFMT) pl_adds%xh(1, iadd), pl_adds%xh(2, iadd), pl_adds%xh(3, iadd)
write(LUN, VECFMT) pl_adds%vh(1, iadd), pl_adds%vh(2, iadd), pl_adds%vh(3, iadd)
else
Expand Down

0 comments on commit 49ca22a

Please sign in to comment.