Use explicit kernel pointer typecasts
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 29 Jan 2013 13:29:28 +0000 (14:29 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 15 Feb 2013 22:33:51 +0000 (23:33 +0100)
commit4ac8db9481542a28d03410ae298ac6428b7d8026
tree1fd9028c55d63de6385e78a026f35e428fef64ca
parent22847291bfcebc0b3bf0479622086c1c0462003e
Use explicit kernel pointer typecasts

Some compilers don't like implicit casts from function pointers
to void*, so if we're going to be dirty, dirty people, we may
as well come clean about it.

Change-Id: Ia071c6a10a4ec20b83ddb13e4f0cd2a7b139264f
src/gmxlib/nonbonded/nonbonded.c