From a780d6bf341b90acb59a2c1548816234b3208581 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Wed, 24 Jan 2018 09:55:40 +0100
Subject: [PATCH] Change inout to make sure its a composition of other two

---
 control/compute_z.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/control/compute_z.h b/control/compute_z.h
index 7a1086edc..5ea23598d 100644
--- a/control/compute_z.h
+++ b/control/compute_z.h
@@ -33,7 +33,7 @@
  **/
 #define MorseDescInput  1
 #define MorseDescOutput 2
-#define MorseDescInout  3
+#define MorseDescInout  (MorseDescInput | MorseDescOutput)
 
 /***************************************************************************//**
  *  Macro for matrix conversion / Lapack interface
-- 
GitLab