Moved gromacs module from mdevaluate to pygmx
This commit is contained in:
12
pygmx/gromacs/compression.h
Normal file
12
pygmx/gromacs/compression.h
Normal 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);
|
Reference in New Issue
Block a user