Removed buggy -seppot output
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 2 Jul 2013 12:00:15 +0000 (14:00 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 24 Jul 2013 11:06:59 +0000 (13:06 +0200)
commit0d56607f70b727e33acc5cdb3c2aa521e0b103a8
tree3186b3f289faddac2743efaea1bd1b112d1e2752
parent7224b7f68308ebc8f12aa2ef21f74bbd22a16610
Removed buggy -seppot output

ns() no longer computes forces, so the comment needs correcting.

dvdlambda was changed to an array at some point, but the output code
did not change in sync. So, that output has been broken in at least
4.6, and is always zero anyway. So the output code can go away.

A patch in master branch removes the useless parameters in the
neighbour-search code. When merging this patch into master branch,
eliminate the useless dvdlambda variable.

Fixes #1294

Change-Id: Iba48f549ee07f0ee1877035a9e506780439c8002
src/mdlib/sim_util.c