4585755640d6b33b9a187d347445c14d8cf40fd2
[alexxy/gromacs.git] / src / external / tng_io / include / compression / vals16.h
1 /* This code is part of the tng compression routines.
2  *
3  * Written by Daniel Spangberg
4  * Copyright (c) 2010, 2013, The GROMACS development team.
5  *
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the Revised BSD License.
9  */
10
11
12 #ifndef VALS16_H
13 #define VALS16_H
14
15 void Ptngc_comp_conv_to_vals16(unsigned int *vals,int nvals,
16                          unsigned int *vals16, int *nvals16);
17
18 void Ptngc_comp_conv_from_vals16(unsigned int *vals16,int nvals16,
19                            unsigned int *vals, int *nvals);
20
21 #endif