source: soft/giet_vm/applications/rosenfeld/include/mca_test.h @ 805

Last change on this file since 805 was 805, checked in by meunier, 8 years ago
  • Adding the parallel version of rosenfeld
File size: 565 bytes
Line 
1/* ------------------ */
2/* --- mca_test.h --- */
3/* ------------------ */
4
5/*
6 * Copyright (c) 2016 Lionel Lacassagne, LIP6, UPMC, CNRS
7 * Init  : 2016/03/03
8 */
9
10// Multi/Many Cores Connected Component Computation en Analysis
11// extension of pixel-based and run-based algorithm to manycores with distributed memory
12
13#ifndef __MCA_TEST_H__
14#define __MCA_TEST_H__
15
16#ifdef __cplusplus
17#ifdef VERBOSE_PRAGMA
18#pragma message ("C++")
19#endif
20extern "C" {
21#endif
22
23int main_test_mca();
24
25#ifdef __cplusplus
26}
27#endif
28
29#endif // __MCA_TEST_H__
30
Note: See TracBrowser for help on using the repository browser.