Add new line to trjconv notice to users
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 26 Feb 2019 22:38:21 +0000 (14:38 -0800)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 26 Feb 2019 22:38:21 +0000 (14:38 -0800)
This line can be the final terminal output, and it looks ugly to give
the user a prompt on the same line.

Change-Id: Ie3830ba9a86979ab60094271894ebd1651aa6f34

src/gromacs/gmxana/gmx_trjconv.cpp

index 47cc18ecb2506a7e693170a254015a9644af7d3b..53217021752e9c4f2d2e67c5a8af946b2a989e3e 100644 (file)
@@ -927,7 +927,7 @@ int gmx_trjconv(int argc, char *argv[])
         return 0;
     }
     fprintf(stdout, "Note that major changes are planned in future for "
-            "trjconv, to improve usability and utility.");
+            "trjconv, to improve usability and utility.\n");
 
     top_file = ftp2fn(efTPS, NFILE, fnm);