Removed commas from gmx_hbond OpenMP constructs.
commitd49380e6e17233ff4764730a715c4b9b33da253b
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 15 Jul 2012 09:44:39 +0000 (15 12:44 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sun, 15 Jul 2012 09:44:39 +0000 (15 12:44 +0300)
tree16dfe4bf234c94cfd5829984c999f9c6bae70511
parent51f2f97d29cb6e57851a4b7ff037068c355e8b72
Removed commas from gmx_hbond OpenMP constructs.

Commas between clauses within #pragma omp caused compilation to fail
with some compilers (e.g., gcc 4.2 on OS X 10.5), even with OpenMP
disabled.

Change-Id: I089d67a6442a745faa3bf5e3be1c779855725a67
src/tools/geminate.c
src/tools/gmx_hbond.c