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

Moved header files into an openmm subdirectory

parent b2c89feb
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "BrookPlatform.h" #include "BrookPlatform.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "PeriodicTorsionForce.h" #include "openmm/PeriodicTorsionForce.h"
#include "System.h" #include "openmm/System.h"
#include "LangevinIntegrator.h" #include "openmm/LangevinIntegrator.h"
#include <vector> #include <vector>
#define PI_M 3.141592653589 #define PI_M 3.141592653589
......
...@@ -36,10 +36,10 @@ ...@@ -36,10 +36,10 @@
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "BrookPlatform.h" #include "BrookPlatform.h"
#include "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "RBTorsionForce.h" #include "openmm/RBTorsionForce.h"
#include "System.h" #include "openmm/System.h"
#include "LangevinIntegrator.h" #include "openmm/LangevinIntegrator.h"
#include <vector> #include <vector>
#define PI_M 3.141592653589 #define PI_M 3.141592653589
......
...@@ -38,12 +38,12 @@ ...@@ -38,12 +38,12 @@
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "BrookPlatform.h" #include "BrookPlatform.h"
#include "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "HarmonicBondForce.h" #include "openmm/HarmonicBondForce.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.h"
#include "CMMotionRemover.h" #include "openmm/CMMotionRemover.h"
#include "System.h" #include "openmm/System.h"
#include "VerletIntegrator.h" #include "openmm/VerletIntegrator.h"
#include "../src/sfmt/SFMT.h" #include "../src/sfmt/SFMT.h"
#define PI_M 3.141592653589 #define PI_M 3.141592653589
......
...@@ -40,10 +40,10 @@ ...@@ -40,10 +40,10 @@
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "BrookPlatform.h" #include "BrookPlatform.h"
#include "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "GBSAOBCForce.h" #include "openmm/GBSAOBCForce.h"
#include "System.h" #include "openmm/System.h"
#include "LangevinIntegrator.h" #include "openmm/LangevinIntegrator.h"
#include "../src/sfmt/SFMT.h" #include "../src/sfmt/SFMT.h"
#include "../../reference/src/SimTKUtilities/SimTKOpenMMRealType.h" #include "../../reference/src/SimTKUtilities/SimTKOpenMMRealType.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "KernelFactory.h" #include "openmm/KernelFactory.h"
namespace OpenMM { namespace OpenMM {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "Platform.h" #include "openmm/Platform.h"
#include "CudaStreamFactory.h" #include "CudaStreamFactory.h"
class _gpuContext; class _gpuContext;
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "StreamFactory.h" #include "openmm/StreamFactory.h"
namespace OpenMM { namespace OpenMM {
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "CudaKernelFactory.h" #include "CudaKernelFactory.h"
#include "CudaKernels.h" #include "CudaKernels.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
using namespace OpenMM; using namespace OpenMM;
......
...@@ -29,13 +29,12 @@ ...@@ -29,13 +29,12 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "OpenMMContext.h"
#include "CudaKernels.h" #include "CudaKernels.h"
#include "CudaStreamImpl.h" #include "CudaStreamImpl.h"
#include "LangevinIntegrator.h" #include "openmm/LangevinIntegrator.h"
#include "openmm/OpenMMContext.h"
#include "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "kernels/gputypes.h" #include "kernels/gputypes.h"
#include "kernels/cudaKernels.h" #include "kernels/cudaKernels.h"
#include <cmath> #include <cmath>
......
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "CudaPlatform.h" #include "CudaPlatform.h"
#include "kernels.h" #include "openmm/kernels.h"
#include "kernels/gputypes.h" #include "kernels/gputypes.h"
#include "System.h" #include "openmm/System.h"
class CudaAndersenThermostat; class CudaAndersenThermostat;
class CudaBrownianDynamics; class CudaBrownianDynamics;
......
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
#include "CudaPlatform.h" #include "CudaPlatform.h"
#include "CudaKernelFactory.h" #include "CudaKernelFactory.h"
#include "CudaKernels.h" #include "CudaKernels.h"
#include "PluginInitializer.h" #include "openmm/PluginInitializer.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "kernels/gputypes.h" #include "kernels/gputypes.h"
#include "System.h" #include "openmm/System.h"
using namespace OpenMM; using namespace OpenMM;
......
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
#include "CudaPlatform.h" #include "CudaPlatform.h"
#include "CudaStreamFactory.h" #include "CudaStreamFactory.h"
#include "CudaStreamImpl.h" #include "CudaStreamImpl.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "kernels/gputypes.h" #include "kernels/gputypes.h"
using namespace OpenMM; using namespace OpenMM;
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "StreamImpl.h" #include "openmm/StreamImpl.h"
#include "kernels/gputypes.h" #include "kernels/gputypes.h"
namespace OpenMM { namespace OpenMM {
......
...@@ -51,7 +51,7 @@ using namespace std; ...@@ -51,7 +51,7 @@ using namespace std;
#include "gputypes.h" #include "gputypes.h"
#include "cudaKernels.h" #include "cudaKernels.h"
#include "hilbert.h" #include "hilbert.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
using OpenMM::OpenMMException; using OpenMM::OpenMMException;
......
...@@ -34,12 +34,12 @@ ...@@ -34,12 +34,12 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "AndersenThermostat.h" #include "openmm/AndersenThermostat.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "CudaPlatform.h" #include "CudaPlatform.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.h"
#include "System.h" #include "openmm/System.h"
#include "VerletIntegrator.h" #include "openmm/VerletIntegrator.h"
#include "../src/SimTKUtilities/SimTKOpenMMRealType.h" #include "../src/SimTKUtilities/SimTKOpenMMRealType.h"
#include "../src/sfmt/SFMT.h" #include "../src/sfmt/SFMT.h"
#include <iostream> #include <iostream>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "System.h" #include "openmm/System.h"
/** /**
...@@ -37,12 +37,12 @@ ...@@ -37,12 +37,12 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "CudaPlatform.h" #include "CudaPlatform.h"
#include "HarmonicBondForce.h" #include "openmm/HarmonicBondForce.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.h"
#include "System.h" #include "openmm/System.h"
#include "BrownianIntegrator.h" #include "openmm/BrownianIntegrator.h"
#include "../src/SimTKUtilities/SimTKOpenMMRealType.h" #include "../src/SimTKUtilities/SimTKOpenMMRealType.h"
#include "../src/sfmt/SFMT.h" #include "../src/sfmt/SFMT.h"
#include <iostream> #include <iostream>
......
...@@ -34,14 +34,14 @@ ...@@ -34,14 +34,14 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "CMMotionRemover.h" #include "openmm/CMMotionRemover.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "CudaPlatform.h" #include "CudaPlatform.h"
#include "HarmonicBondForce.h" #include "openmm/HarmonicBondForce.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.h"
#include "System.h" #include "openmm/System.h"
#include "LangevinIntegrator.h" #include "openmm/LangevinIntegrator.h"
#include "VerletIntegrator.h" #include "openmm/VerletIntegrator.h"
#include "../src/SimTKUtilities/SimTKOpenMMRealType.h" #include "../src/SimTKUtilities/SimTKOpenMMRealType.h"
#include "../src/sfmt/SFMT.h" #include "../src/sfmt/SFMT.h"
#include <iostream> #include <iostream>
......
...@@ -34,15 +34,15 @@ ...@@ -34,15 +34,15 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "CudaPlatform.h" #include "CudaPlatform.h"
#include "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "HarmonicBondForce.h" #include "openmm/HarmonicBondForce.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.h"
#include "System.h" #include "openmm/System.h"
#include "LangevinIntegrator.h" #include "openmm/LangevinIntegrator.h"
#include "VerletIntegrator.h" #include "openmm/VerletIntegrator.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
#include "kernels/gputypes.h" #include "kernels/gputypes.h"
#include "../src/SimTKUtilities/SimTKOpenMMRealType.h" #include "../src/SimTKUtilities/SimTKOpenMMRealType.h"
#include "../src/sfmt/SFMT.h" #include "../src/sfmt/SFMT.h"
......
...@@ -34,15 +34,15 @@ ...@@ -34,15 +34,15 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "CudaPlatform.h" #include "CudaPlatform.h"
#include "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "GBSAOBCForce.h" #include "openmm/GBSAOBCForce.h"
#include "System.h" #include "openmm/System.h"
#include "LangevinIntegrator.h" #include "openmm/LangevinIntegrator.h"
#include "../src/SimTKUtilities/SimTKOpenMMRealType.h" #include "../src/SimTKUtilities/SimTKOpenMMRealType.h"
#include "../src/sfmt/SFMT.h" #include "../src/sfmt/SFMT.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.h"
#include <iostream> #include <iostream>
#include <vector> #include <vector>
......
...@@ -34,11 +34,11 @@ ...@@ -34,11 +34,11 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "CudaPlatform.h" #include "CudaPlatform.h"
#include "HarmonicAngleForce.h" #include "openmm/HarmonicAngleForce.h"
#include "System.h" #include "openmm/System.h"
#include "LangevinIntegrator.h" #include "openmm/LangevinIntegrator.h"
#include "../src/SimTKUtilities/SimTKOpenMMRealType.h" #include "../src/SimTKUtilities/SimTKOpenMMRealType.h"
#include <iostream> #include <iostream>
#include <vector> #include <vector>
......
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