Skip to content

Commit

Permalink
Remove repeated update of swinning directiion
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Nov 27, 2024
1 parent dafc406 commit 8964a85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1227,10 +1227,6 @@ int bbl_update_ellipsoid(bbl_t * bbl, wall_t * wall, colloid_t * pc,
util_vector_copy(4, quaternext, pc->s.quat);
}

/* Re-orient swimming direction */

util_q4_rotate_vector(pc->s.quat, v1, pc->s.m);

return iret;
}

Expand Down

0 comments on commit 8964a85

Please sign in to comment.