mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-16 15:20:00 +00:00
+ added CMakeLists.txt
+ added headers + added library 'add_main.c' + some optimization
This commit is contained in:
7
statgen/summary_stat.h
Normal file
7
statgen/summary_stat.h
Normal file
@ -0,0 +1,7 @@
|
||||
#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 */
|
Reference in New Issue
Block a user