mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-06-28 06:41:42 +00:00
7 lines
196 B
C
7 lines
196 B
C
#ifndef SUMMARY_STAT_H
|
|
#define SUMMARY_STAT_H
|
|
|
|
int summary_statistic (const char *, const int, const int, const int, const int *,
|
|
const int *);
|
|
|
|
#endif /* SUMMARY_STAT_H */ |