Move densityfitting to its own directory
[alexxy/gromacs.git] / src / gromacs / applied_forces / awh / tests / bias.cpp
similarity index 98%
rename from src/gromacs/awh/tests/bias.cpp
rename to src/gromacs/applied_forces/awh/tests/bias.cpp
index c59fb1327f92fbc44d08a4c13fc2898872fbaab0..7d49ffdc80c6612a63947680d5660e6d73c492aa 100644 (file)
@@ -34,7 +34,7 @@
  */
 #include "gmxpre.h"
 
-#include "gromacs/awh/bias.h"
+#include "gromacs/applied_forces/awh/bias.h"
 
 #include <cmath>
 
@@ -45,8 +45,8 @@
 #include <gmock/gmock.h>
 #include <gtest/gtest.h>
 
-#include "gromacs/awh/correlationgrid.h"
-#include "gromacs/awh/pointstate.h"
+#include "gromacs/applied_forces/awh/correlationgrid.h"
+#include "gromacs/applied_forces/awh/pointstate.h"
 #include "gromacs/mdtypes/awh_params.h"
 #include "gromacs/utility/stringutil.h"