mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-15 14:55:50 +00:00
+ added CMakeLists.txt
+ added headers + added library 'add_main.c' + some optimization
This commit is contained in:
6
statgen/stat_sort.h
Normal file
6
statgen/stat_sort.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef STAT_SORT_H
|
||||
#define STAT_SORT_H
|
||||
|
||||
int proc_matrix (const int, const int *, int *, int *, int *, int *);
|
||||
|
||||
#endif /* STAT_SORT_H */
|
Reference in New Issue
Block a user