More gmxfio simplification
[alexxy/gromacs.git] / src / gromacs / fileio / gmxfio-xdr.h
index 17c3fbc60b822bd5b3d5c53935e293180c981e6d..982724d64fe4deeffafd0cc561531b5d832d81c2 100644 (file)
@@ -48,6 +48,9 @@ extern "C" {
 
 struct t_fileio;
 
+void gmx_fio_setprecision(struct t_fileio *fio, gmx_bool bDouble);
+/* Select the floating point precision for reading and writing files */
+
 XDR *gmx_fio_getxdr(struct t_fileio *fio);
 /* Return the file pointer itself */