Moved gromacs module from mdevaluate to pygmx

This commit is contained in:
Niels Müller
2016-06-03 12:34:36 +02:00
parent eeb5c607f8
commit a601636d55
10 changed files with 10017 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#include <stdio.h>
int
xdrfile_decompress_coord_float(float *coordinates,
int size,
float precision,
int minint[3],
int maxint[3],
int smallidx,
int * compressed_blob,
size_t blob_len,
size_t * readed_len);