Move Program() and ShortProgram() into copyrite.h
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 15 Dec 2013 19:01:01 +0000 (21:01 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Fri, 20 Dec 2013 14:27:26 +0000 (15:27 +0100)
commit6d1e28c6c2fad3f9bef0ffcd29a0eecf63d77258
tree8a0959a2e7f79a067475822011706dc0b8c1d8bf
parent8a61b0883a6e0ac4e727aa404f958b9edcd357d5
Move Program() and ShortProgram() into copyrite.h

Part of effort to split up statutil.* into their component parts.
The most natural place could be utility/programinfo.h, but that would
require extra effort.  With some C++ conversion, we could also
completely get rid of at least Program(), so did not want to go through
that now.  copyrite.h already has GromacsVersion(), so this somehow
fits.

Change-Id: If82e0e924025ab782f090cb5b0542a6d01689d9e
14 files changed:
src/gromacs/commandline/wman.cpp
src/gromacs/gmxana/gmx_trjconv.c
src/gromacs/gmxlib/checkpoint.c
src/gromacs/gmxlib/copyrite.cpp
src/gromacs/gmxlib/gmx_detect_hardware.c
src/gromacs/gmxlib/gmx_omp_nthreads.c
src/gromacs/gmxlib/gmx_thread_affinity.c
src/gromacs/gmxlib/statutil.cpp
src/gromacs/gmxlib/warninp.c
src/gromacs/legacyheaders/copyrite.h
src/gromacs/legacyheaders/statutil.h
src/gromacs/utility/gmxomp.cpp
src/programs/gmx/g_x2top.c
src/programs/mdrun/runner.c