opm-simulators/dfs.h

5 lines
129 B
C

#ifndef DFS_H_INCLUDED
#define DFS_H_INCLUDED
void dfs (int size, int *ia, int *ja, int *ncolors, int *color, int* work);
#endif