fixed envir and radf

This commit is contained in:
arcan1s
2014-01-28 04:44:30 +04:00
parent 0714cb6541
commit 30630ca541
9 changed files with 280 additions and 300 deletions

View File

@ -53,16 +53,16 @@ typedef struct
*/
typedef struct
{
int first;
int last;
int from;
int to;
float cell[3];
int num_atoms;
int num_mol;
} system_info;
/**
* @brief system information structure
* @var first last trajectory step
* @var last first trajectory step
* @var from last trajectory step
* @var to first trajectory step
* @var cell cell size
* @var num_atoms number of atoms
* @var num_mol number of molecules