Added 'const' types

This commit is contained in:
arcan1s
2013-07-19 17:16:28 +04:00
parent 6426504bba
commit 18b0a73bd8
8 changed files with 22 additions and 21 deletions

View File

@ -11,9 +11,9 @@
#include <string.h>
int reading_coords (char *filename, int type_inter, const int *label_atom,
const float *cell, int *num_mol, int *num_atoms,
int *true_label_mol, int *label_mol,
int reading_coords (const char *filename, const int type_inter,
const int *label_atom, const float *cell, int *num_mol,
int *num_atoms, int *true_label_mol, int *label_mol,
int *type_atoms, float *coords)
/* filename - name of file with coordinates
* type_inter - type interaction (number of molecules for interaction)