This patch moves the nrama.[ch] to the gmxana dir.
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Tue, 14 Jan 2014 19:25:33 +0000 (20:25 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 15 Jan 2014 19:32:41 +0000 (20:32 +0100)
In the move to depopulate the legacyheaders directory
http://redmine.gromacs.org/issues/1415 this is a small
contribution.

Change-Id: Ifa079583472b91060398e829df745834676a1eb0

src/gromacs/gmxana/nrama.c [moved from src/gromacs/gmxlib/nrama.c with 99% similarity]
src/gromacs/gmxana/nrama.h [moved from src/gromacs/legacyheaders/nrama.h with 94% similarity]

similarity index 99%
rename from src/gromacs/gmxlib/nrama.c
rename to src/gromacs/gmxana/nrama.c
index 8f036ec4d495124515876c708d56ad7ac6029209..7983986f02453214449f5a214f8ebc308aee1814 100644 (file)
@@ -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 <config.h>
 #endif
 
+#include "nrama.h"
 #include <math.h>
 #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" };
similarity index 94%
rename from src/gromacs/legacyheaders/nrama.h
rename to src/gromacs/gmxana/nrama.h
index d75f98aca4f849e0ac7297ddccd44272e11354a2..aae2f36a14c920ae862c8501e5ae5132efc23bcf 100644 (file)
@@ -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 */