From 24f51c8f0cf16d9dab7b6fb8bd13a3b4d561589c Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 7 Apr 2014 21:27:25 +0000
Subject: [PATCH] new PGF file format contributed by  Sebastian Eiser

---
 Common/Context.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Common/Context.h b/Common/Context.h
index b6c0434c50..6b392906bf 100644
--- a/Common/Context.h
+++ b/Common/Context.h
@@ -256,6 +256,7 @@ class CTX {
     int compositeWindows, deleteTmpFiles, background;
     int width, height;
     double parameter, parameterFirst, parameterLast, parameterSteps;
+    int pgfTwoDim, pgfExportAxis, pgfHorizBar;
     std::string parameterCommand;
   } print;
   // color options
-- 
GitLab