Convert some mdrun utility code to C++
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 7 Jul 2015 10:03:30 +0000 (12:03 +0200)
committerErik Lindahl <erik@kth.se>
Sun, 26 Jul 2015 17:42:35 +0000 (19:42 +0200)
Eliminated unused variables, used std::min/max, renamed "try" variable
to "attempt" to avoid reserved word, moved declaration of MPI-specific
variables, added space between string literals intended for
concatenation, moved some variable declarations inside matching
preprocessor regions.

Change-Id: Id16fea81d90f15de9a8e8e6eadeb364df954fff7


No differences found