Skip to content
Snippets Groups Projects
Commit 198b10ea authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

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.
parent 7f4552a4
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,8 @@ int ...@@ -40,8 +40,8 @@ int
/* */ /* */
/***************************************************************************/ /***************************************************************************/
#define CC_LINKED_LIST_FLIPPER
#define CC_TWO_LEVEL_FLIPPER //#define CC_TWO_LEVEL_FLIPPER
/* #define BTREE_FLIPPER */ /* #define BTREE_FLIPPER */
#ifdef CC_LINKED_LIST_FLIPPER #ifdef CC_LINKED_LIST_FLIPPER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment