Optimized particlePool handling

This commit is contained in:
2023-08-21 10:40:48 +02:00
parent e00e375b6a
commit ada0381f79
47 changed files with 22761 additions and 47 deletions

View File

@@ -1,8 +1,8 @@
unset border; unset tics; unset key;
set term gif animate delay 50
set output "trace.gif"
set xrange [0:1]
set yrange [0:1]
set xrange [0:30]
set yrange [0:4]
do for [ts=0:198] {
plot "particles_".ts.".dat" with points pointtype 7
}