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 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "kernels.h" #include "openmm/kernels.h"
#include "BrookPlatform.h" #include "BrookPlatform.h"
#include "BrookBondParameters.h" #include "BrookBondParameters.h"
#include "OpenMMBrookInterface.h" #include "OpenMMBrookInterface.h"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include <sstream> #include <sstream>
#include "BrookCalcHarmonicBondForceKernel.h" #include "BrookCalcHarmonicBondForceKernel.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "kernels.h" #include "openmm/kernels.h"
#include "BrookPlatform.h" #include "BrookPlatform.h"
#include "BrookBondParameters.h" #include "BrookBondParameters.h"
#include "OpenMMBrookInterface.h" #include "OpenMMBrookInterface.h"
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include <sstream> #include <sstream>
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include "BrookCalcKineticEnergyKernel.h" #include "BrookCalcKineticEnergyKernel.h"
#include "BrookStreamImpl.h" #include "BrookStreamImpl.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "kernels.h" #include "openmm/kernels.h"
#include "BrookFloatStreamInternal.h" #include "BrookFloatStreamInternal.h"
#include "OpenMMBrookInterface.h" #include "OpenMMBrookInterface.h"
......
...@@ -31,12 +31,12 @@ ...@@ -31,12 +31,12 @@
#include <cmath> #include <cmath>
#include <limits> #include <limits>
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include <sstream> #include <sstream>
#include "BrookStreamImpl.h" #include "BrookStreamImpl.h"
#include "BrookCalcNonbondedForceKernel.h" #include "BrookCalcNonbondedForceKernel.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.h"
using namespace OpenMM; using namespace OpenMM;
using namespace std; using namespace std;
......
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "kernels.h" #include "openmm/kernels.h"
#include "OpenMMBrookInterface.h" #include "OpenMMBrookInterface.h"
#include "NonbondedForce.h" #include "openmm/NonbondedForce.h"
namespace OpenMM { namespace OpenMM {
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include <sstream> #include <sstream>
#include "BrookCalcPeriodicTorsionForceKernel.h" #include "BrookCalcPeriodicTorsionForceKernel.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "kernels.h" #include "openmm/kernels.h"
#include "BrookPlatform.h" #include "BrookPlatform.h"
#include "BrookBondParameters.h" #include "BrookBondParameters.h"
#include "OpenMMBrookInterface.h" #include "OpenMMBrookInterface.h"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include <sstream> #include <sstream>
#include "BrookCalcRBTorsionForceKernel.h" #include "BrookCalcRBTorsionForceKernel.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "kernels.h" #include "openmm/kernels.h"
#include "BrookPlatform.h" #include "BrookPlatform.h"
#include "BrookBondParameters.h" #include "BrookBondParameters.h"
#include "OpenMMBrookInterface.h" #include "OpenMMBrookInterface.h"
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "BrookCommon.h" #include "BrookCommon.h"
#include "BrookPlatform.h" #include "BrookPlatform.h"
#include "BrookStreamFactory.h" #include "BrookStreamFactory.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
using namespace OpenMM; using namespace OpenMM;
using namespace std; using namespace std;
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <sstream> #include <sstream>
#include "BrookFloatStreamInternal.h" #include "BrookFloatStreamInternal.h"
#include "BrookPlatform.h" #include "BrookPlatform.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
using namespace OpenMM; using namespace OpenMM;
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <sstream> #include <sstream>
#include "BrookGbsa.h" #include "BrookGbsa.h"
#include "BrookPlatform.h" #include "BrookPlatform.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include "BrookStreamImpl.h" #include "BrookStreamImpl.h"
#include "kernels/kgbsa.h" #include "kernels/kgbsa.h"
#include "kernels/kforce.h" #include "kernels/kforce.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <cmath> #include <cmath>
#include <limits> #include <limits>
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include <sstream> #include <sstream>
#include "BrookStreamImpl.h" #include "BrookStreamImpl.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "kernels.h" #include "openmm/kernels.h"
#include "OpenMMBrookInterface.h" #include "OpenMMBrookInterface.h"
namespace OpenMM { namespace OpenMM {
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "BrookIntStreamInternal.h" #include "BrookIntStreamInternal.h"
#include "OpenMMException.h" #include "openmm/OpenMMException.h"
#include <sstream> #include <sstream>
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 "kernels.h" #include "openmm/kernels.h"
#include "OpenMMBrookInterface.h" #include "OpenMMBrookInterface.h"
#include "BrookLangevinDynamics.h" #include "BrookLangevinDynamics.h"
#include "BrookShakeAlgorithm.h" #include "BrookShakeAlgorithm.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. * * USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#include "kernels.h" #include "openmm/kernels.h"
#include "OpenMMBrookInterface.h" #include "OpenMMBrookInterface.h"
#include "BrookVerletDynamics.h" #include "BrookVerletDynamics.h"
#include "BrookShakeAlgorithm.h" #include "BrookShakeAlgorithm.h"
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#include "BrookCalcKineticEnergyKernel.h" #include "BrookCalcKineticEnergyKernel.h"
#include "BrookCalcGBSAOBCForceKernel.h" #include "BrookCalcGBSAOBCForceKernel.h"
#include "BrookRemoveCMMotionKernel.h" #include "BrookRemoveCMMotionKernel.h"
#include "internal/OpenMMContextImpl.h" #include "openmm/internal/OpenMMContextImpl.h"
using namespace OpenMM; using 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