summaryrefslogtreecommitdiff
path: root/make.gnu
diff options
context:
space:
mode:
Diffstat (limited to 'make.gnu')
-rw-r--r--make.gnu3
1 files changed, 2 insertions, 1 deletions
diff --git a/make.gnu b/make.gnu
index 9a85259..f3736e2 100644
--- a/make.gnu
+++ b/make.gnu
@@ -22,5 +22,6 @@ else {
# set ytics 10**-2 out
plot "~/Dokumente/Prograemmchen/ROM/surface.dat" using 1:2 with lines lt 1 title "surface", \
"~/Dokumente/Prograemmchen/ROM/input.dat" using 1:2 with lines lt 2 title "input", \
- "~/Dokumente/Prograemmchen/ROM/output.dat" using 1:2 with lines lt 3 title "output"
+ "~/Dokumente/Prograemmchen/ROM/output.dat" using 1:2 with lines lt 3 title "output", \
+ "~/Dokumente/Prograemmchen/ROM/outputC.dat" using 1:2 with lines lt 4 title "output reconstructed"