mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-22 10:09:58 +00:00
+ added CMakeLists.txt
+ added headers + added library 'add_main.c' + some optimization
This commit is contained in:
7
statgen/coords.h
Normal file
7
statgen/coords.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef COORDS_H
|
||||
#define COORDS_H
|
||||
|
||||
int reading_coords (const char *, const int, const int *, const float *, int *,
|
||||
int *, int *, int *, int *, float *);
|
||||
|
||||
#endif /* COORDS_H */
|
Reference in New Issue
Block a user