Make output_env struct properly private/opaque.
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 2 May 2012 07:06:12 +0000 (10:06 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Wed, 2 May 2012 07:06:12 +0000 (10:06 +0300)
commitddc359114d594781f1c605d3c8af25f4443295a0
tree1744c8c072f179aa60f242ca962e597835e9fde4
parent3e5c403f1ec3cfb4d05fede09b341bcb17f0baa1
Make output_env struct properly private/opaque.

All the necessary functions already existed to make the structure
private, only the signature of the initialization functions needed to be
changed.  Adjusted places where the structure was initialized to not
access the internals of the structure, but do everything through the
initialization functions.

Change-Id: Ia1f7fdeccd0678e41b5af4256fcf6f7a4014c59d
src/gromacs/analysisdata/modules/plot.cpp
src/gromacs/gmxlib/oenv.c
src/gromacs/gmxlib/statutil.c
src/gromacs/legacyheaders/oenv.h
src/gromacs/trajectoryanalysis/runnercommon.cpp