mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-06-28 14:51:41 +00:00
7 lines
208 B
C
7 lines
208 B
C
#ifndef STAT_SELECT_H
|
|
#define STAT_SELECT_H
|
|
|
|
int create_matrix (const int, const int, const int *, const int *, const float *,
|
|
const int, const float *, int *);
|
|
|
|
#endif /* STAT_SELECT_H */ |