111 plural f64 columns sweep

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

x 1 y 0 m 10
x 1 y 0 m 1
x -0.5 y 2 m 2

Expected output

x 1 y 0 m 10
x 1 y 0 m 1
x -0.5 y 2 m 2

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: bodies, capacity: 8, source: x: f64, y: f64, vx: f64, vy: f64, mass: f64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: bodies, source: x: 0.0, y: 0.0, vx: 1.0, vy: 0.0, mass: 10.0)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: bodies, source: x: 1.0, y: 0.0, vx: 0.0, vy: 0.5, mass: 1.0)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: bodies, source: x: 0.0, y: 2.0, vx: -0.5, vy: 0.25, mass: 2.0)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: bodies)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: bodies)

Test Configuration

MUST_RUN