Replaced NOTSET from typedefs.h by local solutions.
commit2992f54ab9c2d3f64f1068d5029da71dc0872685
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Wed, 14 Oct 2015 20:18:14 +0000 (14 22:18 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sun, 1 Nov 2015 22:33:37 +0000 (1 23:33 +0100)
tree78939b00a9dd801ef81ef74a1fab15761f50dc99
parentbb763deb456d8d27a307b8f597fba3f1ca981e71
Replaced NOTSET from typedefs.h by local solutions.

In a continuing effort to get rid of typedefs.h here the
dependence on typedefs.h for the NOTSET variable is removed.
In gmxpreprocess a local files notset.h defines NOTSET as an int
and to make this work all references to typedefs.h were removed
from the header files.  Of course this does
not change the crappy logic of assigning a value to an int and
hope that it will not turn out to be a valid number.
Change-Id: Ic598b5a6c9e71106a37d2679aa7522b5ada44247
59 files changed:
src/gromacs/fileio/groio.cpp
src/gromacs/fileio/pdbio.cpp
src/gromacs/fileio/tpxio.cpp
src/gromacs/fileio/trxio.cpp
src/gromacs/gmxana/gmx_confrms.cpp
src/gromacs/gmxana/gmx_energy.cpp
src/gromacs/gmxana/gmx_hbond.cpp
src/gromacs/gmxana/gmx_make_ndx.cpp
src/gromacs/gmxana/gmx_mindist.cpp
src/gromacs/gmxana/gmx_rmsdist.cpp
src/gromacs/gmxana/gmx_trjcat.cpp
src/gromacs/gmxana/gmx_trjconv.cpp
src/gromacs/gmxana/gmx_xpm2ps.cpp
src/gromacs/gmxpreprocess/add_par.cpp
src/gromacs/gmxpreprocess/add_par.h
src/gromacs/gmxpreprocess/calch.cpp
src/gromacs/gmxpreprocess/calch.h
src/gromacs/gmxpreprocess/convparm.h
src/gromacs/gmxpreprocess/gen_ad.cpp
src/gromacs/gmxpreprocess/gen_ad.h
src/gromacs/gmxpreprocess/gen_maxwell_velocities.cpp
src/gromacs/gmxpreprocess/gen_maxwell_velocities.h
src/gromacs/gmxpreprocess/gen_vsite.cpp
src/gromacs/gmxpreprocess/gen_vsite.h
src/gromacs/gmxpreprocess/genhydro.cpp
src/gromacs/gmxpreprocess/gpp_atomtype.cpp
src/gromacs/gmxpreprocess/gpp_atomtype.h
src/gromacs/gmxpreprocess/gpp_bond_atomtype.cpp
src/gromacs/gmxpreprocess/gpp_bond_atomtype.h
src/gromacs/gmxpreprocess/grompp-impl.h
src/gromacs/gmxpreprocess/grompp.cpp
src/gromacs/gmxpreprocess/h_db.cpp
src/gromacs/gmxpreprocess/hackblock.cpp
src/gromacs/gmxpreprocess/hackblock.h
src/gromacs/gmxpreprocess/nm2type.cpp
src/gromacs/gmxpreprocess/notset.h [copied from src/gromacs/gmxpreprocess/tomorse.h with 76% similarity]
src/gromacs/gmxpreprocess/pdb2top.cpp
src/gromacs/gmxpreprocess/pdb2top.h
src/gromacs/gmxpreprocess/pgutil.cpp
src/gromacs/gmxpreprocess/pgutil.h
src/gromacs/gmxpreprocess/readir.h
src/gromacs/gmxpreprocess/resall.cpp
src/gromacs/gmxpreprocess/resall.h
src/gromacs/gmxpreprocess/ter_db.cpp
src/gromacs/gmxpreprocess/tomorse.h
src/gromacs/gmxpreprocess/topio.h
src/gromacs/gmxpreprocess/toppush.cpp
src/gromacs/gmxpreprocess/toppush.h
src/gromacs/gmxpreprocess/topshake.cpp
src/gromacs/gmxpreprocess/toputil.cpp
src/gromacs/gmxpreprocess/vsite_parm.cpp
src/gromacs/gmxpreprocess/vsite_parm.h
src/gromacs/gmxpreprocess/x2top.cpp
src/gromacs/legacyheaders/typedefs.h
src/gromacs/tools/check.cpp
src/gromacs/topology/atoms.h
src/gromacs/topology/index.cpp
src/gromacs/topology/index.h
src/gromacs/topology/invblock.h