diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-04-08 01:46:38 -0400 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-04-08 01:46:38 -0400 |
| commit | 41f0d210762d4b64c9f3805b9078c907ca048fa3 (patch) | |
| tree | cf6fb3cbc225ade223c575ca5d136e94515fb2ec /plot.gnu | |
| parent | 5cac73eb4c016b127cabca4470b003bf52d5bbfd (diff) | |
Fixed source term. Restructured code to replace arrays with scalars. Removed unecessary OpenMP.
Diffstat (limited to 'plot.gnu')
| -rw-r--r-- | plot.gnu | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ set term x11 persist -plot 'flux.out' using 1:2 with lines, \ - 'collision.out' using 1:2 with lines +plot 'flux.out' using 1:2 with lines |
