Skip to content

Commit e55bb74

Browse files
hozlucas28GuidolinarestefhuergoTiagoGiannotti
committed
feature(macros): add NEIGHBORHOOD_RADIUS macros
Co-authored-by: Guidolinares <[email protected]> Co-authored-by: tefhuergo <[email protected]> Co-authored-by: Tiago Giannotti <[email protected]>
1 parent 895773c commit e55bb74

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libs/macros.h

+8
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,12 @@
4848
*/
4949
#define MINIMUM_DELAY 0
5050

51+
/**
52+
* @def NEIGHBORHOOD_RADIUS
53+
* @brief Defines the radius of the neighborhood.
54+
*
55+
* @warning The value of `NEIGHBORHOOD_RADIUS` must be greater or equal to 1.
56+
*/
57+
#define NEIGHBORHOOD_RADIUS 1
58+
5159
#endif // MACROS_H_INCLUDED

0 commit comments

Comments
 (0)