From cc40a4d244b865a28ff859e2293abf92336d0878 Mon Sep 17 00:00:00 2001 From: Raphael Boucherie <raphael.boucherie@inria.fr> Date: Tue, 30 May 2017 10:44:51 +0200 Subject: [PATCH] resolved discussion 11 --- coreblas/include/coreblas.h | 1 + 1 file changed, 1 insertion(+) diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h index d036d2448..590e48d62 100644 --- a/coreblas/include/coreblas.h +++ b/coreblas/include/coreblas.h @@ -71,6 +71,7 @@ extern "C" { fprintf(stderr, "%s: Parameter %d / %s\n", __func__, k, str) ; \ assert(0); \ } while(0) + /** **************************************************************************** * CBlas enum **/ -- GitLab