mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-15 06:45:50 +00:00
Added prefix 'mm_'
This commit is contained in:
26
mm_statgen/src/graph.h
Normal file
26
mm_statgen/src/graph.h
Normal file
@ -0,0 +1,26 @@
|
||||
/**
|
||||
* @file
|
||||
*/
|
||||
|
||||
#ifndef GRAPH_H
|
||||
#define GRAPH_H
|
||||
|
||||
/**
|
||||
* @fn graph_analyze
|
||||
*/
|
||||
/**
|
||||
* @fn check_cycle
|
||||
*/
|
||||
/**
|
||||
* @fn check_cycle_size
|
||||
*/
|
||||
/**
|
||||
* @fn check_tail
|
||||
*/
|
||||
|
||||
int graph_analyze (const int, const int *, const int, int *);
|
||||
int check_cycle (const int, const int *);
|
||||
int check_cycle_size (const int, const int *, const int, int *);
|
||||
int check_tail (const int *);
|
||||
|
||||
#endif /* GRAPH_H */
|
Reference in New Issue
Block a user