Files
moldyn/statgen/coords.h
arcan1s 51d31d0a2f + added CMakeLists.txt
+ added headers
+ added library 'add_main.c'
+ some optimization
2013-07-22 06:06:01 +04:00

7 lines
196 B
C

#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 */