mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-26 03:59:57 +00:00
Reorganization
This commit is contained in:
16
mathmech/mm_envir/src/coords.h
Normal file
16
mathmech/mm_envir/src/coords.h
Normal file
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @file
|
||||
*/
|
||||
|
||||
#ifndef COORDS_H
|
||||
#define COORDS_H
|
||||
|
||||
/**
|
||||
* @fn reading_coords
|
||||
*/
|
||||
|
||||
int reading_coords (const int, const char *, const int, const int *,
|
||||
const float *, int *, int *, int *, int *, int *, float *,
|
||||
char *);
|
||||
|
||||
#endif /* COORDS_H */
|
Reference in New Issue
Block a user