Skip to content
Snippets Groups Projects
Commit 12ade05b authored by gawen.ackerman's avatar gawen.ackerman :robot:
Browse files

ar

parent 80cde58b
Branches
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ void draw_field_line(struct gfx_context_t *ctxt, charge_t *charges, int num_char ...@@ -72,7 +72,7 @@ void draw_field_line(struct gfx_context_t *ctxt, charge_t *charges, int num_char
while (true) { while (true) {
vector2_t new_pos; vector2_t new_pos;
if (!compute_next_point(charges, num_charges, current_pos, 4.5e-2, &new_pos, dx, orientation)) { if (!compute_next_point(charges, num_charges, current_pos, 0.027, &new_pos, dx, orientation)) {
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment