Renamed entropy.* to thermochemistry.*
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Tue, 20 Mar 2018 21:04:42 +0000 (22:04 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 21 Mar 2018 13:11:18 +0000 (14:11 +0100)
This is a content-less patch to get the renaming history
correct in git.
Change-Id: I34f1d15f2e9136962b1718a60863b3b20a66fda5

src/gromacs/gmxana/gmx_anaeig.cpp
src/gromacs/gmxana/gmx_nmeig.cpp
src/gromacs/gmxana/tests/entropy.cpp
src/gromacs/gmxana/thermochemistry.cpp [moved from src/gromacs/gmxana/entropy.cpp with 99% similarity]
src/gromacs/gmxana/thermochemistry.h [moved from src/gromacs/gmxana/entropy.h with 100% similarity]

index fc7cf614d01d9d3f96931b6101f2312d7a5fab58..3366b3a6930ce8b7939b92a9e5639f2d548cfa0a 100644 (file)
@@ -67,7 +67,7 @@
 #include "gromacs/utility/gmxassert.h"
 #include "gromacs/utility/smalloc.h"
 
-#include "entropy.h"
+#include "thermochemistry.h"
 
 const char *proj_unit;
 
index 6e805844bd227d6f06643751bb7c68b0318902d2..dbddf790ba5ee5c54ecb9b2553d0b60a356d001e 100644 (file)
@@ -64,7 +64,7 @@
 #include "gromacs/utility/pleasecite.h"
 #include "gromacs/utility/smalloc.h"
 
-#include "entropy.h"
+#include "thermochemistry.h"
 
 static double cv_corr(double nu, double T)
 {
index 12c0484db7fdcc02f199b017a3fd4c64c39ea259..93f6ee083b479c119e34b11624b1f83d29470049 100644 (file)
@@ -40,7 +40,7 @@
  */
 #include "gmxpre.h"
 
-#include "gromacs/gmxana/entropy.h"
+#include "gromacs/gmxana/thermochemistry.h"
 
 #include "testutils/refdata.h"
 #include "testutils/testasserts.h"
similarity index 99%
rename from src/gromacs/gmxana/entropy.cpp
rename to src/gromacs/gmxana/thermochemistry.cpp
index c029244aabd0fd92ef46d3ada435d3985a183c4f..52327816548c005d46ebee5477f17ab94f4ba3fb 100644 (file)
@@ -34,7 +34,7 @@
  */
 #include "gmxpre.h"
 
-#include "entropy.h"
+#include "thermochemistry.h"
 
 #include <cmath>
 #include <cstdio>