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

Moved header files into an openmm subdirectory

parent b2c89feb
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "KernelImpl.h" #include "KernelImpl.h"
#include "internal/windowsExport.h" #include "openmm/internal/windowsExport.h"
namespace OpenMM { namespace OpenMM {
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include "Platform.h" #include "Platform.h"
#include <string> #include <string>
#include <cassert> #include <cassert>
#include "internal/windowsExport.h" #include "openmm/internal/windowsExport.h"
namespace OpenMM { namespace OpenMM {
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include "Stream.h" #include "Stream.h"
#include <map> #include <map>
#include <vector> #include <vector>
#include "internal/windowsExport.h" #include "openmm/internal/windowsExport.h"
namespace OpenMM { namespace OpenMM {
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include <string> #include <string>
#include "internal/windowsExport.h" #include "openmm/internal/windowsExport.h"
namespace OpenMM { namespace OpenMM {
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "StreamImpl.h" #include "StreamImpl.h"
#include "internal/windowsExport.h" #include "openmm/internal/windowsExport.h"
namespace OpenMM { namespace OpenMM {
......
...@@ -32,21 +32,21 @@ ...@@ -32,21 +32,21 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "AndersenThermostat.h" #include "openmm/AndersenThermostat.h"
#include "BrownianIntegrator.h" #include "openmm/BrownianIntegrator.h"
#include "CMMotionRemover.h" #include "openmm/CMMotionRemover.h"
#include "GBSAOBCForce.h" #include "openmm/GBSAOBCForce.h"
#include "GBVIForce.h" #include "openmm/GBVIForce.h"
#include "HarmonicAngleForce.h" #include "openmm/HarmonicAngleForce.h"
#include "HarmonicBondForce.h" #include "openmm/HarmonicBondForce.h"
#include "KernelImpl.h" #include "openmm/KernelImpl.h"
#include "LangevinIntegrator.h" #include "openmm/LangevinIntegrator.h"
#include "PeriodicTorsionForce.h" #include "openmm/PeriodicTorsionForce.h"
#include "RBTorsionForce.h" #include "openmm/RBTorsionForce.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.h"
#include "Stream.h" #include "openmm/Stream.h"
#include "System.h" #include "openmm/System.h"
#include "VerletIntegrator.h" #include "openmm/VerletIntegrator.h"
#include <set> #include <set>
#include <string> #include <string>
#include <vector> #include <vector>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "Kernel.h" #include "openmm/Kernel.h"
using namespace OpenMM; using namespace OpenMM;
using namespace std; using namespace std;
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "KernelImpl.h" #include "openmm/KernelImpl.h"
using namespace OpenMM; using namespace OpenMM;
using namespace std; using namespace std;
......
...@@ -29,12 +29,12 @@ ...@@ -29,12 +29,12 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "Platform.h" #include "openmm/Platform.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include "Kernel.h" #include "openmm/Kernel.h"
#include "Stream.h" #include "openmm/Stream.h"
#include "KernelFactory.h" #include "openmm/KernelFactory.h"
#include "StreamFactory.h" #include "openmm/StreamFactory.h"
#ifdef WIN32 #ifdef WIN32
#include <windows.h> #include <windows.h>
#include <sstream> #include <sstream>
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "Stream.h" #include "openmm/Stream.h"
#include "StreamImpl.h" #include "openmm/StreamImpl.h"
using namespace OpenMM; using namespace OpenMM;
using namespace std; using namespace std;
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "StreamImpl.h" #include "openmm/StreamImpl.h"
using namespace OpenMM; using namespace OpenMM;
using namespace std; using namespace std;
......
#ifndef OPENMM_H_
#define OPENMM_H_
/* -------------------------------------------------------------------------- *
* OpenMM *
* -------------------------------------------------------------------------- *
* This is part of the OpenMM molecular simulation toolkit originating from *
* Simbios, the NIH National Center for Physics-Based Simulation of *
* Biological Structures at Stanford, funded under the NIH Roadmap for *
* Medical Research, grant U54 GM072970. See https://simtk.org. *
* *
* Portions copyright (c) 2009 Stanford University and the Authors. *
* Authors: Peter Eastman *
* Contributors: *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the "Software"), *
* to deal in the Software without restriction, including without limitation *
* the rights to use, copy, modify, merge, publish, distribute, sublicense, *
* and/or sell copies of the Software, and to permit persons to whom the *
* Software is furnished to do so, subject to the following conditions: *
* *
* The above copyright notice and this permission notice shall be included in *
* all copies or substantial portions of the Software. *
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR *
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *
* THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
#include "openmm/AndersenThermostat.h"
#include "openmm/BrownianIntegrator.h"
#include "openmm/CMMotionRemover.h"
#include "openmm/Force.h"
#include "openmm/GBSAOBCForce.h"
#include "openmm/GBVIForce.h"
#include "openmm/HarmonicAngleForce.h"
#include "openmm/HarmonicBondForce.h"
#include "openmm/Integrator.h"
#include "openmm/LangevinIntegrator.h"
#include "openmm/NonbondedForce.h"
#include "openmm/OpenMMContext.h"
#include "openmm/OpenMMException.h"
#include "openmm/PeriodicTorsionForce.h"
#include "openmm/RBTorsionForce.h"
#include "openmm/State.h"
#include "openmm/System.h"
#include "openmm/Vec3.h"
#include "openmm/VerletIntegrator.h"
#include "openmm/Platform.h"
#endif /*OPENMM_H_*/
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "Integrator.h" #include "Integrator.h"
#include "Kernel.h" #include "openmm/Kernel.h"
#include "internal/windowsExport.h" #include "internal/windowsExport.h"
namespace OpenMM { namespace OpenMM {
......
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