Skip to content
Snippets Groups Projects
Commit af5f988f authored by James Willis's avatar James Willis
Browse files

Fixed typo.

parent 47ca1589
No related branches found
No related tags found
1 merge request!699Inhibit vec
......@@ -219,7 +219,7 @@ __attribute__((always_inline)) INLINE int cache_read_particles(
vy[uninhibited_count] = parts[i].v[1];
vz[uninhibited_count] = parts[i].v[2];
inhibited_count++;
uninhibited_count++;
}
return uninhibited_count;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment