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

@ -9,7 +9,7 @@
#include <stdlib.h>
int proc_matrix (int num_mol, const int *connect, int *num_mol_agl, int *agl,
int proc_matrix (const int num_mol, const int *connect, int *num_mol_agl, int *agl,
int *stat, int *stat_all)
/* num_mol - number of molecules
* connect - connectivity graph for all molecules