Removed topology pointers from DD struct
commit0839055cc680acb3c015105f93c56a4b64a8cee1
authorBerk Hess <hess@kth.se>
Wed, 25 Nov 2015 09:31:53 +0000 (25 10:31 +0100)
committerTeemu Murtola <teemu.murtola@gmail.com>
Thu, 17 Dec 2015 11:50:25 +0000 (17 12:50 +0100)
treef41db30bdb849a202061e505b6b37c1321ed0f9d
parent8b6c99a19b6b056458f355b181e5753621ff7790
Removed topology pointers from DD struct

The reverse topology struct in the domain decomposition data used
pointers to the global and local topologies for printing errors.
Since the call now the error function can now pass those pointers,
these pointers no longer need to be copied.
Also added const qualifiers to some data structures.

Change-Id: I5d2236982748214591aa5d19f77f0ab8d27553ab
src/gromacs/domdec/domdec.h
src/gromacs/domdec/domdec_topology.cpp
src/programs/mdrun/md.cpp