mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-15 06:45:50 +00:00
+ added CMakeLists.txt
+ added headers + added library 'add_main.c' + some optimization
This commit is contained in:
12
statgen/add_main.h
Normal file
12
statgen/add_main.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef ADD_MAIN_H
|
||||
#define ADD_MAIN_H
|
||||
|
||||
int error_checking (const float *, const int, const char *, const int, const int,
|
||||
const char *, const int, const int);
|
||||
int printing_head (const char *, const int, const int, const char *, const int,
|
||||
const int, const float *, const int, const int *, const int,
|
||||
const float *, const int);
|
||||
int set_defaults (float *, int *, char *, int *, int *, int *, char *, int *,
|
||||
int *, int *);
|
||||
|
||||
#endif /* ADD_MAIN_H */
|
Reference in New Issue
Block a user