From e29bac9f9affae5b5dfe74211f17a9dd50409262 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Sat, 11 Jan 2014 21:44:50 +0100 Subject: [PATCH] Don't number a list manually There's no point in numbering this list, and the numbers are about to change, anyway. Change-Id: I015f931086b52a26e91deb3e18210132f02f392d --- src/gromacs/gmxana/gmx_trjconv.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/gromacs/gmxana/gmx_trjconv.c b/src/gromacs/gmxana/gmx_trjconv.c index db0e1fa94a..3bdc0d3414 100644 --- a/src/gromacs/gmxana/gmx_trjconv.c +++ b/src/gromacs/gmxana/gmx_trjconv.c @@ -592,22 +592,22 @@ int gmx_trjconv(int argc, char *argv[]) { const char *desc[] = { "[THISMODULE] can convert trajectory files in many ways:[BR]", - "[BB]1.[bb] from one format to another[BR]", - "[BB]2.[bb] select a subset of atoms[BR]", - "[BB]3.[bb] change the periodicity representation[BR]", - "[BB]4.[bb] keep multimeric molecules together[BR]", - "[BB]5.[bb] center atoms in the box[BR]", - "[BB]6.[bb] fit atoms to reference structure[BR]", - "[BB]7.[bb] reduce the number of frames[BR]", - "[BB]8.[bb] change the timestamps of the frames ", + "* from one format to another[BR]", + "* select a subset of atoms[BR]", + "* change the periodicity representation[BR]", + "* keep multimeric molecules together[BR]", + "* center atoms in the box[BR]", + "* fit atoms to reference structure[BR]", + "* reduce the number of frames[BR]", + "* change the timestamps of the frames ", "([TT]-t0[tt] and [TT]-timestep[tt])[BR]", - "[BB]9.[bb] cut the trajectory in small subtrajectories according", + "* cut the trajectory in small subtrajectories according", "to information in an index file. This allows subsequent analysis of", "the subtrajectories that could, for example, be the result of a", "cluster analysis. Use option [TT]-sub[tt].", "This assumes that the entries in the index file are frame numbers and", "dumps each group in the index file to a separate trajectory file.[BR]", - "[BB]10.[bb] select frames within a certain range of a quantity given", + "* select frames within a certain range of a quantity given", "in an [TT].xvg[tt] file.[PAR]", "[gmx-trjcat] is better suited for concatenating multiple trajectory files.", -- 2.22.0