Fixed return value of gmx_mtop_bondeds_free_energy
authorBerk Hess <hess@kth.se>
Mon, 25 Nov 2013 16:46:48 +0000 (17:46 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 26 Nov 2013 22:22:05 +0000 (23:22 +0100)
commit99f228b04707e025a0fd60518c575c1e974ed162
treee7993384325256dd0a87200a17f7d3f00b8adec9
parent904d4645ca712bd58e0a22fcdebead0291ec19d3
Fixed return value of gmx_mtop_bondeds_free_energy

The return value was always true, which was harmless, since it
could only cause a small performance hit of useless sorting.

Fixes #1387

Change-Id: I088a3747ddb3517fbb5e416b791bd542bd49fed2
include/topsort.h
src/gmxlib/topsort.c