summaryrefslogtreecommitdiff
path: root/plot.gnu
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-04-08 01:46:38 -0400
committerConnor Moore <connor@hhmoore.ca>2026-04-08 01:46:38 -0400
commit41f0d210762d4b64c9f3805b9078c907ca048fa3 (patch)
treecf6fb3cbc225ade223c575ca5d136e94515fb2ec /plot.gnu
parent5cac73eb4c016b127cabca4470b003bf52d5bbfd (diff)
Fixed source term. Restructured code to replace arrays with scalars. Removed unecessary OpenMP.
Diffstat (limited to 'plot.gnu')
-rw-r--r--plot.gnu3
1 files changed, 1 insertions, 2 deletions
diff --git a/plot.gnu b/plot.gnu
index d3c7ce9..46079c6 100644
--- a/plot.gnu
+++ b/plot.gnu
@@ -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