diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-13 17:43:36 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-13 17:43:36 +0200 |
commit | feaf272efad381414c6ee76c0cd4bf929e8087ae (patch) | |
tree | cbdf4ffc206eba701ce39871562a60e889a9ccab /input | |
parent | 4343c7cd36a19c03c4885dbf15aaa22fe51b4fe0 (diff) |
WIP
Diffstat (limited to 'input')
-rw-r--r-- | input/test.csv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/input/test.csv b/input/test.csv index d7d5ae3..0fc4c62 100644 --- a/input/test.csv +++ b/input/test.csv @@ -1,3 +1,3 @@ x,y,vx,vy -0.5,0.5,0.05,0.0 -0.5,0.5,0.0,0.05 +0.5,0.5,0.5,0.0 +0.5,0.5,0.0,0.5 |