Skip to content

Commit 01079aa

Browse files
author
Martin D. Weinberg
committed
Some previous reworking during review left these variable undefined
1 parent a956778 commit 01079aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Component.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,8 +1740,8 @@ void Component::read_bodies_and_distribute_hdf5(void)
17401740

17411741
pf->ShipParticles(n, 0, nbodies_table[n]);
17421742

1743-
icount = 0;
1744-
ibufcount = 0;
1743+
unsigned icount = 0;
1744+
unsigned ibufcount = 0;
17451745
while (icount < nbodies_table[n]) {
17461746

17471747
PartPtr part = std::make_shared<Particle>(niattrib, ndattrib);

0 commit comments

Comments
 (0)