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
63 additions
and
63 deletions
+63
-63
openmmapi/include/openmm/internal/HarmonicBondForceImpl.h
openmmapi/include/openmm/internal/HarmonicBondForceImpl.h
+2
-2
openmmapi/include/openmm/internal/NonbondedForceImpl.h
openmmapi/include/openmm/internal/NonbondedForceImpl.h
+2
-2
openmmapi/include/openmm/internal/OpenMMContextImpl.h
openmmapi/include/openmm/internal/OpenMMContextImpl.h
+3
-3
openmmapi/include/openmm/internal/PeriodicTorsionForceImpl.h
openmmapi/include/openmm/internal/PeriodicTorsionForceImpl.h
+2
-2
openmmapi/include/openmm/internal/RBTorsionForceImpl.h
openmmapi/include/openmm/internal/RBTorsionForceImpl.h
+2
-2
openmmapi/include/openmm/internal/windowsExport.h
openmmapi/include/openmm/internal/windowsExport.h
+0
-0
openmmapi/src/AndersenThermostat.cpp
openmmapi/src/AndersenThermostat.cpp
+2
-2
openmmapi/src/AndersenThermostatImpl.cpp
openmmapi/src/AndersenThermostatImpl.cpp
+5
-5
openmmapi/src/BrownianIntegrator.cpp
openmmapi/src/BrownianIntegrator.cpp
+4
-4
openmmapi/src/CMMotionRemover.cpp
openmmapi/src/CMMotionRemover.cpp
+2
-2
openmmapi/src/CMMotionRemoverImpl.cpp
openmmapi/src/CMMotionRemoverImpl.cpp
+5
-5
openmmapi/src/GBSAOBCForce.cpp
openmmapi/src/GBSAOBCForce.cpp
+4
-4
openmmapi/src/GBSAOBCForceImpl.cpp
openmmapi/src/GBSAOBCForceImpl.cpp
+4
-4
openmmapi/src/GBVIForce.cpp
openmmapi/src/GBVIForce.cpp
+4
-4
openmmapi/src/GBVIForceImpl.cpp
openmmapi/src/GBVIForceImpl.cpp
+4
-4
openmmapi/src/HarmonicAngleForce.cpp
openmmapi/src/HarmonicAngleForce.cpp
+4
-4
openmmapi/src/HarmonicAngleForceImpl.cpp
openmmapi/src/HarmonicAngleForceImpl.cpp
+3
-3
openmmapi/src/HarmonicBondForce.cpp
openmmapi/src/HarmonicBondForce.cpp
+4
-4
openmmapi/src/HarmonicBondForceImpl.cpp
openmmapi/src/HarmonicBondForceImpl.cpp
+3
-3
openmmapi/src/LangevinIntegrator.cpp
openmmapi/src/LangevinIntegrator.cpp
+4
-4
No files found.
openmmapi/include/internal/HarmonicBondForceImpl.h
→
openmmapi/include/
openmm/
internal/HarmonicBondForceImpl.h
View file @
644cc275
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "ForceImpl.h"
#include "ForceImpl.h"
#include "HarmonicBondForce.h"
#include "
openmm/
HarmonicBondForce.h"
#include "Kernel.h"
#include "
openmm/
Kernel.h"
#include <utility>
#include <utility>
#include <set>
#include <set>
#include <string>
#include <string>
...
...
openmmapi/include/internal/NonbondedForceImpl.h
→
openmmapi/include/
openmm/
internal/NonbondedForceImpl.h
View file @
644cc275
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "ForceImpl.h"
#include "ForceImpl.h"
#include "NonbondedForce.h"
#include "
openmm/
NonbondedForce.h"
#include "Kernel.h"
#include "
openmm/
Kernel.h"
#include <utility>
#include <utility>
#include <set>
#include <set>
#include <string>
#include <string>
...
...
openmmapi/include/internal/OpenMMContextImpl.h
→
openmmapi/include/
openmm/
internal/OpenMMContextImpl.h
View file @
644cc275
...
@@ -32,9 +32,9 @@
...
@@ -32,9 +32,9 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "Kernel.h"
#include "
openmm/
Kernel.h"
#include "Platform.h"
#include "
openmm/
Platform.h"
#include "Stream.h"
#include "
openmm/
Stream.h"
#include <map>
#include <map>
#include <vector>
#include <vector>
...
...
openmmapi/include/internal/PeriodicTorsionForceImpl.h
→
openmmapi/include/
openmm/
internal/PeriodicTorsionForceImpl.h
View file @
644cc275
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "ForceImpl.h"
#include "ForceImpl.h"
#include "PeriodicTorsionForce.h"
#include "
openmm/
PeriodicTorsionForce.h"
#include "Kernel.h"
#include "
openmm/
Kernel.h"
#include <utility>
#include <utility>
#include <set>
#include <set>
#include <string>
#include <string>
...
...
openmmapi/include/internal/RBTorsionForceImpl.h
→
openmmapi/include/
openmm/
internal/RBTorsionForceImpl.h
View file @
644cc275
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "ForceImpl.h"
#include "ForceImpl.h"
#include "RBTorsionForce.h"
#include "
openmm/
RBTorsionForce.h"
#include "Kernel.h"
#include "
openmm/
Kernel.h"
#include <utility>
#include <utility>
#include <set>
#include <set>
#include <string>
#include <string>
...
...
openmmapi/include/internal/windowsExport.h
→
openmmapi/include/
openmm/
internal/windowsExport.h
View file @
644cc275
File moved
openmmapi/src/AndersenThermostat.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 "AndersenThermostat.h"
#include "
openmm/
AndersenThermostat.h"
#include "internal/AndersenThermostatImpl.h"
#include "
openmm/
internal/AndersenThermostatImpl.h"
#include <ctime>
#include <ctime>
using
namespace
OpenMM
;
using
namespace
OpenMM
;
...
...
openmmapi/src/AndersenThermostatImpl.cpp
View file @
644cc275
...
@@ -29,11 +29,11 @@
...
@@ -29,11 +29,11 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "internal/AndersenThermostatImpl.h"
#include "
openmm/
internal/AndersenThermostatImpl.h"
#include "internal/OpenMMContextImpl.h"
#include "
openmm/
internal/OpenMMContextImpl.h"
#include "Integrator.h"
#include "
openmm/
Integrator.h"
#include "System.h"
#include "
openmm/
System.h"
#include "kernels.h"
#include "
openmm/
kernels.h"
#include <vector>
#include <vector>
using
namespace
OpenMM
;
using
namespace
OpenMM
;
...
...
openmmapi/src/BrownianIntegrator.cpp
View file @
644cc275
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "BrownianIntegrator.h"
#include "
openmm/
BrownianIntegrator.h"
#include "OpenMMContext.h"
#include "
openmm/
OpenMMContext.h"
#include "internal/OpenMMContextImpl.h"
#include "
openmm/
internal/OpenMMContextImpl.h"
#include "kernels.h"
#include "
openmm/
kernels.h"
#include <ctime>
#include <ctime>
#include <string>
#include <string>
...
...
openmmapi/src/CMMotionRemover.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 "CMMotionRemover.h"
#include "
openmm/
CMMotionRemover.h"
#include "internal/CMMotionRemoverImpl.h"
#include "
openmm/
internal/CMMotionRemoverImpl.h"
using
namespace
OpenMM
;
using
namespace
OpenMM
;
...
...
openmmapi/src/CMMotionRemoverImpl.cpp
View file @
644cc275
...
@@ -29,11 +29,11 @@
...
@@ -29,11 +29,11 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "internal/CMMotionRemoverImpl.h"
#include "
openmm/
internal/CMMotionRemoverImpl.h"
#include "internal/OpenMMContextImpl.h"
#include "
openmm/
internal/OpenMMContextImpl.h"
#include "Integrator.h"
#include "
openmm/
Integrator.h"
#include "System.h"
#include "
openmm/
System.h"
#include "kernels.h"
#include "
openmm/
kernels.h"
#include <vector>
#include <vector>
using
namespace
OpenMM
;
using
namespace
OpenMM
;
...
...
openmmapi/src/GBSAOBCForce.cpp
View file @
644cc275
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "Force.h"
#include "
openmm/
Force.h"
#include "OpenMMException.h"
#include "
openmm/
OpenMMException.h"
#include "GBSAOBCForce.h"
#include "
openmm/
GBSAOBCForce.h"
#include "internal/GBSAOBCForceImpl.h"
#include "
openmm/
internal/GBSAOBCForceImpl.h"
using
namespace
OpenMM
;
using
namespace
OpenMM
;
...
...
openmmapi/src/GBSAOBCForceImpl.cpp
View file @
644cc275
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "OpenMMException.h"
#include "
openmm/
OpenMMException.h"
#include "internal/GBSAOBCForceImpl.h"
#include "
openmm/
internal/GBSAOBCForceImpl.h"
#include "internal/OpenMMContextImpl.h"
#include "
openmm/
internal/OpenMMContextImpl.h"
#include "kernels.h"
#include "
openmm/
kernels.h"
#include <vector>
#include <vector>
using
namespace
OpenMM
;
using
namespace
OpenMM
;
...
...
openmmapi/src/GBVIForce.cpp
View file @
644cc275
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "Force.h"
#include "
openmm/
Force.h"
#include "OpenMMException.h"
#include "
openmm/
OpenMMException.h"
#include "GBVIForce.h"
#include "
openmm/
GBVIForce.h"
#include "internal/GBVIForceImpl.h"
#include "
openmm/
internal/GBVIForceImpl.h"
using
namespace
OpenMM
;
using
namespace
OpenMM
;
...
...
openmmapi/src/GBVIForceImpl.cpp
View file @
644cc275
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "internal/GBVIForceImpl.h"
#include "
openmm/
internal/GBVIForceImpl.h"
#include "internal/OpenMMContextImpl.h"
#include "
openmm/
internal/OpenMMContextImpl.h"
#include "OpenMMException.h"
#include "
openmm/
OpenMMException.h"
#include "kernels.h"
#include "
openmm/
kernels.h"
#include <vector>
#include <vector>
#include <math.h>
#include <math.h>
...
...
openmmapi/src/HarmonicAngleForce.cpp
View file @
644cc275
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "Force.h"
#include "
openmm/
Force.h"
#include "OpenMMException.h"
#include "
openmm/
OpenMMException.h"
#include "HarmonicAngleForce.h"
#include "
openmm/
HarmonicAngleForce.h"
#include "internal/HarmonicAngleForceImpl.h"
#include "
openmm/
internal/HarmonicAngleForceImpl.h"
using
namespace
OpenMM
;
using
namespace
OpenMM
;
...
...
openmmapi/src/HarmonicAngleForceImpl.cpp
View file @
644cc275
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,9 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "internal/OpenMMContextImpl.h"
#include "
openmm/
internal/OpenMMContextImpl.h"
#include "internal/HarmonicAngleForceImpl.h"
#include "
openmm/
internal/HarmonicAngleForceImpl.h"
#include "kernels.h"
#include "
openmm/
kernels.h"
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
std
::
pair
;
using
std
::
pair
;
...
...
openmmapi/src/HarmonicBondForce.cpp
View file @
644cc275
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "Force.h"
#include "
openmm/
Force.h"
#include "OpenMMException.h"
#include "
openmm/
OpenMMException.h"
#include "HarmonicBondForce.h"
#include "
openmm/
HarmonicBondForce.h"
#include "internal/HarmonicBondForceImpl.h"
#include "
openmm/
internal/HarmonicBondForceImpl.h"
using
namespace
OpenMM
;
using
namespace
OpenMM
;
...
...
openmmapi/src/HarmonicBondForceImpl.cpp
View file @
644cc275
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,9 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "internal/OpenMMContextImpl.h"
#include "
openmm/
internal/OpenMMContextImpl.h"
#include "internal/HarmonicBondForceImpl.h"
#include "
openmm/
internal/HarmonicBondForceImpl.h"
#include "kernels.h"
#include "
openmm/
kernels.h"
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
std
::
pair
;
using
std
::
pair
;
...
...
openmmapi/src/LangevinIntegrator.cpp
View file @
644cc275
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* USE OR OTHER DEALINGS IN THE SOFTWARE. *
* -------------------------------------------------------------------------- */
* -------------------------------------------------------------------------- */
#include "LangevinIntegrator.h"
#include "
openmm/
LangevinIntegrator.h"
#include "OpenMMContext.h"
#include "
openmm/
OpenMMContext.h"
#include "internal/OpenMMContextImpl.h"
#include "
openmm/
internal/OpenMMContextImpl.h"
#include "kernels.h"
#include "
openmm/
kernels.h"
#include <ctime>
#include <ctime>
#include <string>
#include <string>
...
...
Prev
1
2
3
4
5
6
7
…
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