Files
moldyn/statgen/include/statgen/stat_select.h
2013-07-22 15:42:42 +04:00

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