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

Moved header files into an openmm subdirectory

parent b2c89feb
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#define SFMT_H #define SFMT_H
#include <stdio.h> #include <stdio.h>
#include "internal/windowsExport.h" #include "openmm/internal/windowsExport.h"
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) #if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
#include <inttypes.h> #include <inttypes.h>
......
...@@ -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 "ReferencePlatform.h" #include "ReferencePlatform.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>
......
...@@ -34,12 +34,12 @@ ...@@ -34,12 +34,12 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.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 "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,13 +34,13 @@ ...@@ -34,13 +34,13 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "CMMotionRemover.h" #include "openmm/CMMotionRemover.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.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 "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,13 +34,13 @@ ...@@ -34,13 +34,13 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "ReferencePlatform.h" #include "ReferencePlatform.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 "HarmonicBondForce.h" #include "openmm/HarmonicBondForce.h"
#include <iostream> #include <iostream>
#include <vector> #include <vector>
......
...@@ -34,12 +34,12 @@ ...@@ -34,12 +34,12 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.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 "NonbondedForce.h" #include "openmm/NonbondedForce.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 "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "HarmonicBondForce.h" #include "openmm/HarmonicBondForce.h"
#include "GBVIForce.h" #include "openmm/GBVIForce.h"
#include "GBSAOBCForce.h" #include "openmm/GBSAOBCForce.h"
#include "System.h" #include "openmm/System.h"
#include "LangevinIntegrator.h" #include "openmm/LangevinIntegrator.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.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,11 +34,11 @@ ...@@ -34,11 +34,11 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "HarmonicAngleForce.h" #include "openmm/HarmonicAngleForce.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 <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 "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "HarmonicBondForce.h" #include "openmm/HarmonicBondForce.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 <iostream> #include <iostream>
#include <vector> #include <vector>
......
...@@ -34,10 +34,10 @@ ...@@ -34,10 +34,10 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "System.h" #include "openmm/System.h"
#include "VerletIntegrator.h" #include "openmm/VerletIntegrator.h"
#include <iostream> #include <iostream>
#include <vector> #include <vector>
......
...@@ -34,12 +34,12 @@ ...@@ -34,12 +34,12 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.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 "../src/SimTKUtilities/SimTKOpenMMRealType.h" #include "../src/SimTKUtilities/SimTKOpenMMRealType.h"
#include "../src/sfmt/SFMT.h" #include "../src/sfmt/SFMT.h"
#include <iostream> #include <iostream>
......
/* -------------------------------------------------------------------------- *
* 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) 2008 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 "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "../src/SimTKReference/ReferenceNeighborList.h" #include "../src/SimTKReference/ReferenceNeighborList.h"
#include "../src/sfmt/SFMT.h" #include "../src/sfmt/SFMT.h"
......
...@@ -34,13 +34,13 @@ ...@@ -34,13 +34,13 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.h"
#include "ReferencePlatform.h" #include "ReferencePlatform.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 "HarmonicBondForce.h" #include "openmm/HarmonicBondForce.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 "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "PeriodicTorsionForce.h" #include "openmm/PeriodicTorsionForce.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 <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 "ReferencePlatform.h" #include "ReferencePlatform.h"
#include "RBTorsionForce.h" #include "openmm/RBTorsionForce.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 <iostream> #include <iostream>
#include <vector> #include <vector>
......
...@@ -34,12 +34,12 @@ ...@@ -34,12 +34,12 @@
*/ */
#include "../../../tests/AssertionUtilities.h" #include "../../../tests/AssertionUtilities.h"
#include "OpenMMContext.h" #include "openmm/OpenMMContext.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 "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>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
* This file provides a variety of macros useful in test cases. * This file provides a variety of macros useful in test cases.
*/ */
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include <cmath> #include <cmath>
#include <string> #include <string>
#include <sstream> #include <sstream>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
*/ */
#include "AssertionUtilities.h" #include "AssertionUtilities.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.h"
#include <iostream> #include <iostream>
#include <set> #include <set>
#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