Remove misc. copyrite.h functions
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 7 Nov 2015 07:27:01 +0000 (09:27 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sat, 7 Nov 2015 07:27:01 +0000 (09:27 +0200)
commit039b1a5d85e07a0a0a439ee153522c445af185ab
tree8f4f4232b9f4a4820314da632a6b92c5b0664cfa
parent18962e228db3257a0ea4531b27b5313cf69d47c0
Remove misc. copyrite.h functions

- Replace Program() and ShortProgram() with calls to IProgramContext.
  This is now easier that there are at least basic catch-alls in place.
- Replace GromacsVersion() with gmx_version().
- Move gmx_thanx() to cmdlinemodulemanager.cpp, which was the only
  user (removed the non-essential use from gmx_anadock.cpp).

Change-Id: I46cd50cc9d4dfef3ff29aad067841b67948df7f8
14 files changed:
src/gromacs/commandline/cmdlinemodulemanager.cpp
src/gromacs/fileio/tngio.cpp
src/gromacs/fileio/tpxio.cpp
src/gromacs/gmxana/gmx_anadock.cpp
src/gromacs/gmxana/gmx_hbond.cpp
src/gromacs/gmxlib/checkpoint.cpp
src/gromacs/gmxlib/copyrite.cpp
src/gromacs/gmxlib/gmx_detect_hardware.cpp
src/gromacs/gmxlib/gmx_omp_nthreads.cpp
src/gromacs/gmxlib/thread_affinity.cpp
src/gromacs/gmxlib/warninp.cpp
src/gromacs/legacyheaders/copyrite.h
src/gromacs/topology/atomprop.cpp
src/programs/view/logo.cpp