mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-21 17:49:59 +00:00
Reorganization
This commit is contained in:
14
mathmech/mm_statgen/src/stat_sort.h
Normal file
14
mathmech/mm_statgen/src/stat_sort.h
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @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 */
|
Reference in New Issue
Block a user