Merge release-4-6 into master
[alexxy/gromacs.git] / src / programs / pdb2gmx / pdb2gmx.c
index be85652b25369d54381a4dfc94c2faa57cef5f07..94315bc6491226cd9d162d1c5c6c74040c91ad09 100644 (file)
@@ -1805,6 +1805,7 @@ int main(int argc, char *argv[])
     }
 
     /* Generate Hydrogen atoms (and termini) in the sequence */
+    printf("Generating any missing hydrogen atoms and/or adding termini.\n");
     natom=add_h(&pdba,&x,nah,ah,
                cc->nterpairs,cc->ntdb,cc->ctdb,cc->r_start,cc->r_end,bAllowMissing,
                NULL,NULL,TRUE,FALSE);