Update research.h

This commit is contained in:
Jason Bou-Samra
2024-08-22 07:01:42 +10:00
committed by GitHub
parent 574c254721
commit e7941fde6f
+2 -1
View File
@@ -1,6 +1,7 @@
#ifndef RESEARCH_H #ifndef RESEARCH_H
#define RESEARCH_H #define RESEARCH_H
int research (void); // cluster detection int research (void); // detect clusters
int eliminate_c (void); // eliminate clusters
#endif #endif