Clarified logic in g_wham
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 16 Jul 2013 07:39:29 +0000 (09:39 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 25 Jul 2013 22:04:21 +0000 (00:04 +0200)
commitf80fe710734e618220d2615c2876c774932d7c46
tree87238b0120c4b1360a3755b36c98f70af70219fa
parent35cc61289ba479c3b45ee237276cd747fb7cf12e
Clarified logic in g_wham

The fragment "!i==0" is less clear than "i!=0," and clang 3.4-SVN even
issues warnings about a possible problem. Checked with Jochen Hub (the
original author) and he agrees the new form is appropriate.

Change-Id: I640e2104b3aa2d740895ee1145e56b731b11350f
src/gromacs/gmxana/gmx_wham.cpp