Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
644cc275
Commit
644cc275
authored
Apr 21, 2009
by
Peter Eastman
Browse files
Moved header files into an openmm subdirectory
parent
b2c89feb
Changes
178
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
88 additions
and
32 deletions
+88
-32
olla/include/openmm/Kernel.h
olla/include/openmm/Kernel.h
+1
-1
olla/include/openmm/KernelFactory.h
olla/include/openmm/KernelFactory.h
+0
-0
olla/include/openmm/KernelImpl.h
olla/include/openmm/KernelImpl.h
+1
-1
olla/include/openmm/Platform.h
olla/include/openmm/Platform.h
+1
-1
olla/include/openmm/PluginInitializer.h
olla/include/openmm/PluginInitializer.h
+0
-0
olla/include/openmm/Stream.h
olla/include/openmm/Stream.h
+1
-1
olla/include/openmm/StreamFactory.h
olla/include/openmm/StreamFactory.h
+1
-1
olla/include/openmm/StreamImpl.h
olla/include/openmm/StreamImpl.h
+0
-0
olla/include/openmm/kernels.h
olla/include/openmm/kernels.h
+15
-15
olla/src/Kernel.cpp
olla/src/Kernel.cpp
+1
-1
olla/src/KernelImpl.cpp
olla/src/KernelImpl.cpp
+1
-1
olla/src/Platform.cpp
olla/src/Platform.cpp
+6
-6
olla/src/Stream.cpp
olla/src/Stream.cpp
+2
-2
olla/src/StreamImpl.cpp
olla/src/StreamImpl.cpp
+1
-1
openmmapi/include/OpenMM.h
openmmapi/include/OpenMM.h
+56
-0
openmmapi/include/openmm/AndersenThermostat.h
openmmapi/include/openmm/AndersenThermostat.h
+0
-0
openmmapi/include/openmm/BrownianIntegrator.h
openmmapi/include/openmm/BrownianIntegrator.h
+1
-1
openmmapi/include/openmm/CMMotionRemover.h
openmmapi/include/openmm/CMMotionRemover.h
+0
-0
openmmapi/include/openmm/Force.h
openmmapi/include/openmm/Force.h
+0
-0
openmmapi/include/openmm/GBSAOBCForce.h
openmmapi/include/openmm/GBSAOBCForce.h
+0
-0
No files found.
olla/include/Kernel.h
→
olla/include/
openmm/
Kernel.h
View file @
644cc275
...
@@ -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
{
...
...
olla/include/KernelFactory.h
→
olla/include/
openmm/
KernelFactory.h
View file @
644cc275
File moved
olla/include/KernelImpl.h
→
olla/include/
openmm/
KernelImpl.h
View file @
644cc275
...
@@ -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
{
...
...
olla/include/Platform.h
→
olla/include/
openmm/
Platform.h
View file @
644cc275
...
@@ -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
{
...
...
olla/include/PluginInitializer.h
→
olla/include/
openmm/
PluginInitializer.h
View file @
644cc275
File moved
olla/include/Stream.h
→
olla/include/
openmm/
Stream.h
View file @
644cc275
...
@@ -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
{
...
...
olla/include/StreamFactory.h
→
olla/include/
openmm/
StreamFactory.h
View file @
644cc275
...
@@ -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
{
...
...
olla/include/StreamImpl.h
→
olla/include/
openmm/
StreamImpl.h
View file @
644cc275
File moved
olla/include/kernels.h
→
olla/include/
openmm/
kernels.h
View file @
644cc275
...
@@ -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>
...
...
olla/src/Kernel.cpp
View file @
644cc275
...
@@ -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
;
...
...
olla/src/KernelImpl.cpp
View file @
644cc275
...
@@ -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
;
...
...
olla/src/Platform.cpp
View file @
644cc275
...
@@ -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>
...
...
olla/src/Stream.cpp
View file @
644cc275
...
@@ -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
;
...
...
olla/src/StreamImpl.cpp
View file @
644cc275
...
@@ -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
;
...
...
openmmapi/include/OpenMM.h
0 → 100644
View file @
644cc275
#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_*/
openmmapi/include/AndersenThermostat.h
→
openmmapi/include/
openmm/
AndersenThermostat.h
View file @
644cc275
File moved
openmmapi/include/BrownianIntegrator.h
→
openmmapi/include/
openmm/
BrownianIntegrator.h
View file @
644cc275
...
@@ -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
{
...
...
openmmapi/include/CMMotionRemover.h
→
openmmapi/include/
openmm/
CMMotionRemover.h
View file @
644cc275
File moved
openmmapi/include/Force.h
→
openmmapi/include/
openmm/
Force.h
View file @
644cc275
File moved
openmmapi/include/GBSAOBCForce.h
→
openmmapi/include/
openmm/
GBSAOBCForce.h
View file @
644cc275
File moved
Prev
1
2
3
4
5
…
9
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment