26 #include "pteros/core/typedefs.h"
27 #include "pteros/core/periodic_box.h"
31 #include "gromacs/math/vectypes.h"
38 void init_gmx_box(matrix box);
39 void gmx_box_to_pteros(
const matrix m, PeriodicBox& b);
40 void pteros_box_to_gmx(
const PeriodicBox& b, matrix m);