Improve language choice
authorRoland Schulz <roland@utk.edu>
Mon, 14 Apr 2014 16:47:02 +0000 (12:47 -0400)
committerRoland Schulz <roland@utk.edu>
Mon, 14 Apr 2014 16:48:24 +0000 (12:48 -0400)
Fixes #1480

Change-Id: I45d26cd329c8c358852dc759270ffbac54728d27

src/gromacs/fileio/confio.c
src/gromacs/gmxana/gmx_chi.c
src/gromacs/gmxpreprocess/specbond.c
src/gromacs/mdlib/minimize.c
src/programs/view/view.cpp

index 9033b326a8a0c51c1c1a662c82a9773078e64815..18cf7a1c5936996849a5ced67aceba01d340679b 100644 (file)
@@ -1024,7 +1024,7 @@ static gmx_bool get_w_conf(FILE *in, const char *infile, char *title,
 
         /* eventueel controle atomnumber met i+1 */
 
-        /* coordinates (start after residue shit) */
+        /* coordinates (start after residue data) */
         ptr = line + 20;
         /* Read fixed format */
         for (m = 0; m < DIM; m++)
index 9bee8377f24ecbbd44936ff34b3c8bef2c32b264..be8f57e5d75bfeaee8a27283c6d7adbe94304f1a 100644 (file)
@@ -1565,7 +1565,7 @@ int gmx_chi(int argc, char *argv[])
         }
     }
 
-    /* Correlation comes last because it fucks up the angles */
+    /* Correlation comes last because it messes up the angles */
     if (bCorr)
     {
         do_dihcorr(opt2fn("-corr", NFILE, fnm), nf, ndih, dih, dt, nlist, dlist, time,
index a8de1ba54ee9a28385c4a30eaab07570e0af68e5..e14d21a9dc8c3714cbd951022c5633eab3ebb2c1 100644 (file)
@@ -217,7 +217,7 @@ static void rename_1res(t_atoms *pdba, int resind, char *newres, gmx_bool bVerbo
                *pdba->resinfo[resind].name,
                pdba->resinfo[resind].nr);
     }
-    /* this used to free *resname, which fucks up the symtab! */
+    /* this used to free *resname, which messes up the symtab! */
     snew(pdba->resinfo[resind].rtp, 1);
     *pdba->resinfo[resind].rtp = strdup(newres);
 }
index 213c05d27a74d10192374449bcc24cd27ee9efc7..05d40bca5dedc434c1da51231aa034a26bac7728 100644 (file)
@@ -2579,7 +2579,7 @@ double do_steep(FILE *fplog, t_commrec *cr,
     /* IMD cleanup, if bIMD is TRUE. */
     IMD_finalize(inputrec->bIMD, inputrec->imd);
 
-    /* Print some shit...  */
+    /* Print some data...  */
     if (MASTER(cr))
     {
         fprintf(stderr, "\nwriting lowest energy coordinates.\n");
index 2408ced16fa1bf4253f79a751ca7d277ba49e647..aec59937e6fa56932dddddb9100ac924b267e7ad 100644 (file)
@@ -365,7 +365,7 @@ static void init_gmx(t_x11 *x11, char *program, int nfile, t_filenm fnm[],
 
     init_dlgs(x11, gmx);
 
-    /* Now do file shit */
+    /* Now do file operations */
     set_file(x11, gmx->man, ftp2fn(efTRX, nfile, fnm), ftp2fn(efTPX, nfile, fnm));
 
     ShowDlg(gmx->dlgs[edFilter]);