Files
moldyn/envir/include/envir/coords.h
arcan1s 815fce8045 Release envir-1.0.1
* edited shared library
- deleted binary file and archive
2013-07-24 18:04:32 +04:00

8 lines
236 B
C

#ifndef COORDS_H
#define COORDS_H
int reading_coords (const int, const char *, const int, const int *,
const float *, int *, int *, int *, int *, int *, float *,
char *);
#endif /* COORDS_H */