Commit 644cc275 authored by Peter Eastman's avatar Peter Eastman
Browse files

Moved header files into an openmm subdirectory

parent b2c89feb
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "ForceImpl.h" #include "ForceImpl.h"
#include "HarmonicBondForce.h" #include "openmm/HarmonicBondForce.h"
#include "Kernel.h" #include "openmm/Kernel.h"
#include <utility> #include <utility>
#include <set> #include <set>
#include <string> #include <string>
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "ForceImpl.h" #include "ForceImpl.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.h"
#include "Kernel.h" #include "openmm/Kernel.h"
#include <utility> #include <utility>
#include <set> #include <set>
#include <string> #include <string>
......
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "Kernel.h" #include "openmm/Kernel.h"
#include "Platform.h" #include "openmm/Platform.h"
#include "Stream.h" #include "openmm/Stream.h"
#include <map> #include <map>
#include <vector> #include <vector>
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "ForceImpl.h" #include "ForceImpl.h"
#include "PeriodicTorsionForce.h" #include "openmm/PeriodicTorsionForce.h"
#include "Kernel.h" #include "openmm/Kernel.h"
#include <utility> #include <utility>
#include <set> #include <set>
#include <string> #include <string>
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "ForceImpl.h" #include "ForceImpl.h"
#include "RBTorsionForce.h" #include "openmm/RBTorsionForce.h"
#include "Kernel.h" #include "openmm/Kernel.h"
#include <utility> #include <utility>
#include <set> #include <set>
#include <string> #include <string>
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "AndersenThermostat.h" #include "openmm/AndersenThermostat.h"
#include "internal/AndersenThermostatImpl.h" #include "openmm/internal/AndersenThermostatImpl.h"
#include <ctime> #include <ctime>
using namespace OpenMM; using namespace OpenMM;
......
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "internal/AndersenThermostatImpl.h" #include "openmm/internal/AndersenThermostatImpl.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "Integrator.h" #include "openmm/Integrator.h"
#include "System.h" #include "openmm/System.h"
#include "kernels.h" #include "openmm/kernels.h"
#include <vector> #include <vector>
using namespace OpenMM; using namespace OpenMM;
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "BrownianIntegrator.h" #include "openmm/BrownianIntegrator.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "kernels.h" #include "openmm/kernels.h"
#include <ctime> #include <ctime>
#include <string> #include <string>
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "CMMotionRemover.h" #include "openmm/CMMotionRemover.h"
#include "internal/CMMotionRemoverImpl.h" #include "openmm/internal/CMMotionRemoverImpl.h"
using namespace OpenMM; using namespace OpenMM;
......
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "internal/CMMotionRemoverImpl.h" #include "openmm/internal/CMMotionRemoverImpl.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "Integrator.h" #include "openmm/Integrator.h"
#include "System.h" #include "openmm/System.h"
#include "kernels.h" #include "openmm/kernels.h"
#include <vector> #include <vector>
using namespace OpenMM; using namespace OpenMM;
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "Force.h" #include "openmm/Force.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include "GBSAOBCForce.h" #include "openmm/GBSAOBCForce.h"
#include "internal/GBSAOBCForceImpl.h" #include "openmm/internal/GBSAOBCForceImpl.h"
using namespace OpenMM; using namespace OpenMM;
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include "internal/GBSAOBCForceImpl.h" #include "openmm/internal/GBSAOBCForceImpl.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "kernels.h" #include "openmm/kernels.h"
#include <vector> #include <vector>
using namespace OpenMM; using namespace OpenMM;
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "Force.h" #include "openmm/Force.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include "GBVIForce.h" #include "openmm/GBVIForce.h"
#include "internal/GBVIForceImpl.h" #include "openmm/internal/GBVIForceImpl.h"
using namespace OpenMM; using namespace OpenMM;
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "internal/GBVIForceImpl.h" #include "openmm/internal/GBVIForceImpl.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include "kernels.h" #include "openmm/kernels.h"
#include <vector> #include <vector>
#include <math.h> #include <math.h>
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "Force.h" #include "openmm/Force.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include "HarmonicAngleForce.h" #include "openmm/HarmonicAngleForce.h"
#include "internal/HarmonicAngleForceImpl.h" #include "openmm/internal/HarmonicAngleForceImpl.h"
using namespace OpenMM; using namespace OpenMM;
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "internal/HarmonicAngleForceImpl.h" #include "openmm/internal/HarmonicAngleForceImpl.h"
#include "kernels.h" #include "openmm/kernels.h"
using namespace OpenMM; using namespace OpenMM;
using std::pair; using std::pair;
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "Force.h" #include "openmm/Force.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include "HarmonicBondForce.h" #include "openmm/HarmonicBondForce.h"
#include "internal/HarmonicBondForceImpl.h" #include "openmm/internal/HarmonicBondForceImpl.h"
using namespace OpenMM; using namespace OpenMM;
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "internal/HarmonicBondForceImpl.h" #include "openmm/internal/HarmonicBondForceImpl.h"
#include "kernels.h" #include "openmm/kernels.h"
using namespace OpenMM; using namespace OpenMM;
using std::pair; using std::pair;
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "LangevinIntegrator.h" #include "openmm/LangevinIntegrator.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "kernels.h" #include "openmm/kernels.h"
#include <ctime> #include <ctime>
#include <string> #include <string>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment