/* ------------------ */ /* --- mca_test.h --- */ /* ------------------ */ /* * Copyright (c) 2016 Lionel Lacassagne, LIP6, UPMC, CNRS * Init : 2016/03/03 */ // Multi/Many Cores Connected Component Computation en Analysis // extension of pixel-based and run-based algorithm to manycores with distributed memory #ifndef __MCA_TEST_H__ #define __MCA_TEST_H__ #ifdef __cplusplus #ifdef VERBOSE_PRAGMA #pragma message ("C++") #endif extern "C" { #endif int main_test_mca(); #ifdef __cplusplus } #endif #endif // __MCA_TEST_H__