Harmonize mrc density format extents with rest of code.
authorChristian Blau <cblau@gwdg.de>
Fri, 28 Jun 2019 13:50:01 +0000 (15:50 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 8 Aug 2019 11:49:14 +0000 (13:49 +0200)
commit58e8329dc469328d0893111782fad5b818a46427
tree7baf22fc62a9136f21b66ea7ff9b4a710cb06d14
parent38b67610a3b8ca3fd791b452680fb59ab10c2ea9
Harmonize mrc density format extents with rest of code.

To have x-dimension varying the fastest, density extents have to be
defined having z first. This patch ensures, that the mrc file format
is read in line with the data layout used in the for, e.g., the
Gauss transformation.

Change-Id: I3a1a9f215d95dfbc50ea5938bb1d724ac4263556
src/gromacs/fileio/mrcdensitymapheader.cpp
src/gromacs/fileio/tests/mrcdensitymapheader.cpp
src/gromacs/math/densityfit.cpp
src/gromacs/math/gausstransform.cpp