From 198b10ea248d34298366343bc07aac658989d843 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 29 May 2014 06:11:59 +0000
Subject: [PATCH] replaced

  #define CC_TWO_LEVEL_FLIPPER

with

 #define CC_LINKED_LIST_FLIPPER

to match what we actually compile (i.e., flip_ll8.c). Otherwise the protype for CClinkern_flipper_flip is not correct.
---
 contrib/blossom/concorde97/INCLUDE/linkern.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/blossom/concorde97/INCLUDE/linkern.h b/contrib/blossom/concorde97/INCLUDE/linkern.h
index fc3b6c2d33..dc8b46672d 100644
--- a/contrib/blossom/concorde97/INCLUDE/linkern.h
+++ b/contrib/blossom/concorde97/INCLUDE/linkern.h
@@ -40,8 +40,8 @@ int
 /*                                                                         */
 /***************************************************************************/
 
-
-#define CC_TWO_LEVEL_FLIPPER
+#define CC_LINKED_LIST_FLIPPER
+//#define CC_TWO_LEVEL_FLIPPER
 /* #define BTREE_FLIPPER */
 
 #ifdef CC_LINKED_LIST_FLIPPER
-- 
GitLab