15 regels
207 B
C++
15 regels
207 B
C++
/*!
|
|
* \file
|
|
* \brief The distributed bitonic implementation header
|
|
*
|
|
* \author
|
|
* Christos Choutouridis AEM:8997
|
|
* <cchoutou@ece.auth.gr>
|
|
*/
|
|
|
|
#ifndef IMPL_H_
|
|
#define IMPL_H_
|
|
|
|
|
|
#endif //IMPL_H_
|