Rename trnio.* to trrio.*
[alexxy/gromacs.git] / src / gromacs / fileio / trrio.h
similarity index 96%
rename from src/gromacs/fileio/trnio.h
rename to src/gromacs/fileio/trrio.h
index 3550790f912b067fc04bcb6963cf18b2334b8d92..cb45bb6c19289af502deebd60717fbb78a0101fe 100644 (file)
@@ -34,9 +34,8 @@
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-
-#ifndef GMX_FILEIO_TRNIO_H
-#define GMX_FILEIO_TRNIO_H
+#ifndef GMX_FILEIO_TRRIO_H
+#define GMX_FILEIO_TRRIO_H
 
 #include "gromacs/math/vectypes.h"
 #include "gromacs/utility/basedefinitions.h"
@@ -50,9 +49,9 @@
  * The files are backward compatible, therefore the header holds
  * some unused variables.
  *
- * The routines in the corresponding c-file trnio.c
- * are based on the lower level routines in gmxfio.c
- * The integer file pointer returned from open_trn
+ * The routines in the corresponding c-file trrio.cpp
+ * are based on the lower level routines in gmxfio.cpp
+ * The file handle returned from open_trn
  * can also be used with the routines in gmxfio.h
  *
  **************************************************************/