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
18 changed files
with
101 additions
and
70 deletions
+101
-70
platforms/reference/src/sfmt/SFMT.h
platforms/reference/src/sfmt/SFMT.h
+1
-1
platforms/reference/tests/TestReferenceAndersenThermostat.cpp
...forms/reference/tests/TestReferenceAndersenThermostat.cpp
+5
-5
platforms/reference/tests/TestReferenceBrownianIntegrator.cpp
...forms/reference/tests/TestReferenceBrownianIntegrator.cpp
+5
-5
platforms/reference/tests/TestReferenceCMMotionRemover.cpp
platforms/reference/tests/TestReferenceCMMotionRemover.cpp
+6
-6
platforms/reference/tests/TestReferenceEwald.cpp
platforms/reference/tests/TestReferenceEwald.cpp
+5
-5
platforms/reference/tests/TestReferenceGBSAOBCForce.cpp
platforms/reference/tests/TestReferenceGBSAOBCForce.cpp
+5
-5
platforms/reference/tests/TestReferenceGBVIForce.cpp
platforms/reference/tests/TestReferenceGBVIForce.cpp
+7
-7
platforms/reference/tests/TestReferenceHarmonicAngleForce.cpp
...forms/reference/tests/TestReferenceHarmonicAngleForce.cpp
+4
-4
platforms/reference/tests/TestReferenceHarmonicBondForce.cpp
platforms/reference/tests/TestReferenceHarmonicBondForce.cpp
+4
-4
platforms/reference/tests/TestReferenceKineticEnergy.cpp
platforms/reference/tests/TestReferenceKineticEnergy.cpp
+3
-3
platforms/reference/tests/TestReferenceLangevinIntegrator.cpp
...forms/reference/tests/TestReferenceLangevinIntegrator.cpp
+5
-5
platforms/reference/tests/TestReferenceNeighborList.cpp
platforms/reference/tests/TestReferenceNeighborList.cpp
+31
-0
platforms/reference/tests/TestReferenceNonbondedForce.cpp
platforms/reference/tests/TestReferenceNonbondedForce.cpp
+5
-5
platforms/reference/tests/TestReferencePeriodicTorsionForce.cpp
...rms/reference/tests/TestReferencePeriodicTorsionForce.cpp
+4
-4
platforms/reference/tests/TestReferenceRBTorsionForce.cpp
platforms/reference/tests/TestReferenceRBTorsionForce.cpp
+4
-4
platforms/reference/tests/TestReferenceVerletIntegrator.cpp
platforms/reference/tests/TestReferenceVerletIntegrator.cpp
+5
-5
tests/AssertionUtilities.h
tests/AssertionUtilities.h
+1
-1
tests/TestFindExclusions.cpp
tests/TestFindExclusions.cpp
+1
-1
No files found.
platforms/reference/src/sfmt/SFMT.h
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceAndersenThermostat.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceBrownianIntegrator.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceCMMotionRemover.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceEwald.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceGBSAOBCForce.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceGBVIForce.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceHarmonicAngleForce.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceHarmonicBondForce.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceKineticEnergy.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceLangevinIntegrator.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceNeighborList.cpp
View file @
644cc275
/* -------------------------------------------------------------------------- *
* 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"
...
...
platforms/reference/tests/TestReferenceNonbondedForce.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferencePeriodicTorsionForce.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceRBTorsionForce.cpp
View file @
644cc275
...
@@ -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>
...
...
platforms/reference/tests/TestReferenceVerletIntegrator.cpp
View file @
644cc275
...
@@ -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>
...
...
tests/AssertionUtilities.h
View file @
644cc275
...
@@ -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>
...
...
tests/TestFindExclusions.cpp
View file @
644cc275
...
@@ -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>
...
...
Prev
1
…
5
6
7
8
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