From 9cfedae6ce181e9e0bc939031ab97ab6a4071563 Mon Sep 17 00:00:00 2001 From: Samuel Thibault <samuel.thibault@ens-lyon.org> Date: Fri, 17 Mar 2017 15:29:57 +0100 Subject: [PATCH] typo --- control/descriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/descriptor.h b/control/descriptor.h index 0f949a706..78b31a951 100644 --- a/control/descriptor.h +++ b/control/descriptor.h @@ -223,7 +223,7 @@ inline static int morse_desc_islocal( const MORSE_desc_t *A, int m, int n ) #define MORSE_RANK_CHANGED __morse_need_submit = 1; #define MORSE_END_ACCESS_DECLARATION \ - RUNTIME_BEGIN_ACCESS_DECLARATION \ + RUNTIME_END_ACCESS_DECLARATION \ if (!__morse_need_submit) return; \ } -- GitLab