From 9c7f5cad891be7c51608e34f6bd36715d82ac410 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (laptop)" <j.wuttke@fz-juelich.de>
Date: Mon, 1 Sep 2008 10:16:22 +0200
Subject: [PATCH] ?

---
 src/expr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/expr.h b/src/expr.h
index 6b15cc59..8c51334d 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -6,7 +6,7 @@
 
 class CContext {
  public:
-    static const int HAS_XARG = 1;
+    static const int HAS_XARG = 1; // flags for use in xarg
     inline CContext(
         const class COlo *f_in=0, uint k_in=-1, uint j_in=-1, uint i_in=-1,
         uint flags_in=0, double xarg_in=0 )
-- 
GitLab