Merge remote-tracking branch 'gerrit/release-4-5-patches' into release-4-6
[alexxy/gromacs.git] / src / kernel / tpbcmp.c
index 9810ecddc77c3a449f217c7e602d56c74aa247d6..a5ae112962c1579033dc37f3c9149886fe8456c7 100644 (file)
@@ -819,7 +819,7 @@ void comp_trx(const output_env_t oenv,const char *fn1, const char *fn2,
     
     for (i=0; i<2; i++) {
       if (b[i] && !b[1-i])
-       fprintf(stdout,"\nEnd of file on %s but not on %s\n",fn[i],fn[1-i]);
+       fprintf(stdout,"\nEnd of file on %s but not on %s\n",fn[1-i],fn[i]);
       close_trj(status[i]);
     }
   }