Files
moldyn/mathmech/mm_statgen/src/stat_sort.h
2013-08-24 23:33:26 +04:00

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 */