mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-15 06:45:50 +00:00
14 lines
182 B
C
14 lines
182 B
C
/**
|
|
* @file
|
|
*/
|
|
|
|
#ifndef STAT_SORT_H
|
|
#define STAT_SORT_H
|
|
|
|
/**
|
|
* @fn proc_matrix
|
|
*/
|
|
|
|
int proc_matrix (const int, const int *, int *, int *, int *, int *);
|
|
|
|
#endif /* STAT_SORT_H */ |