From 378dbac3b8a75b19b179ae49d9933a7ae4cda3bc Mon Sep 17 00:00:00 2001 From: David van der Spoel Date: Tue, 14 Jan 2014 20:25:33 +0100 Subject: [PATCH] This patch moves the nrama.[ch] to the gmxana dir. In the move to depopulate the legacyheaders directory http://redmine.gromacs.org/issues/1415 this is a small contribution. Change-Id: Ifa079583472b91060398e829df745834676a1eb0 --- src/gromacs/{gmxlib => gmxana}/nrama.c | 4 ++-- src/gromacs/{legacyheaders => gmxana}/nrama.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) rename src/gromacs/{gmxlib => gmxana}/nrama.c (99%) rename src/gromacs/{legacyheaders => gmxana}/nrama.h (94%) diff --git a/src/gromacs/gmxlib/nrama.c b/src/gromacs/gmxana/nrama.c similarity index 99% rename from src/gromacs/gmxlib/nrama.c rename to src/gromacs/gmxana/nrama.c index 8f036ec4d4..7983986f02 100644 --- a/src/gromacs/gmxlib/nrama.c +++ b/src/gromacs/gmxana/nrama.c @@ -3,7 +3,7 @@ * * Copyright (c) 1991-2000, University of Groningen, The Netherlands. * Copyright (c) 2001-2004, The GROMACS development team. - * Copyright (c) 2013, by the GROMACS development team, led by + * Copyright (c) 2013,2014, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -38,6 +38,7 @@ #include #endif +#include "nrama.h" #include #include "sysstuff.h" #include "smalloc.h" @@ -47,7 +48,6 @@ #include "bondf.h" #include "gromacs/fileio/futil.h" #include "gmx_fatal.h" -#include "nrama.h" #include "rmpbc.h" static const char *pp_pat[] = { "C", "N", "CA", "C", "N" }; diff --git a/src/gromacs/legacyheaders/nrama.h b/src/gromacs/gmxana/nrama.h similarity index 94% rename from src/gromacs/legacyheaders/nrama.h rename to src/gromacs/gmxana/nrama.h index d75f98aca4..aae2f36a14 100644 --- a/src/gromacs/legacyheaders/nrama.h +++ b/src/gromacs/gmxana/nrama.h @@ -3,7 +3,7 @@ * * Copyright (c) 1991-2000, University of Groningen, The Netherlands. * Copyright (c) 2001-2004, The GROMACS development team. - * Copyright (c) 2013, by the GROMACS development team, led by + * Copyright (c) 2013,2014, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -35,8 +35,8 @@ * the research papers on the package. Check out http://www.gromacs.org. */ -#ifndef _nrama_h -#define _nrama_h +#ifndef GMX_GMXANA_NRAMA_H +#define GMX_GMXANA_NRAMA_H #include "typedefs.h" #include "oenv.h" @@ -85,4 +85,4 @@ gmx_bool new_data(t_xrama *xr); } #endif -#endif /* _nrama_h */ +#endif /* GMX_GMXANA_NRAMA_H */ -- 2.22.0