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
50643058
Commit
50643058
authored
May 20, 2008
by
Christopher Bruns
Browse files
Various changes to permit compiling OpenMM stuff on Linux
Added INCLUDE(Dart) to OpenMM CMakeLists.txt
parent
4577b1a2
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
2 deletions
+7
-2
CMakeLists.txt
CMakeLists.txt
+2
-0
olla/include/KernelImpl.h
olla/include/KernelImpl.h
+1
-0
olla/include/StreamImpl.h
olla/include/StreamImpl.h
+1
-0
openmmapi/include/Integrator.h
openmmapi/include/Integrator.h
+1
-0
openmmapi/include/System.h
openmmapi/include/System.h
+1
-1
platforms/reference/src/SimTKReference/ReferenceLJCoulomb14.h
...forms/reference/src/SimTKReference/ReferenceLJCoulomb14.h
+1
-1
No files found.
CMakeLists.txt
View file @
50643058
...
...
@@ -16,6 +16,8 @@
PROJECT
(
OpenMM
)
INCLUDE
(
Dart
)
SUBDIRS
(
tests platforms/reference/tests
)
ADD_DEFINITIONS
(
-DOPENMM_BUILDING_SHARED_LIBRARY
)
...
...
olla/include/KernelImpl.h
View file @
50643058
...
...
@@ -34,6 +34,7 @@
#include "Platform.h"
#include <string>
#include <cassert>
namespace
OpenMM
{
...
...
olla/include/StreamImpl.h
View file @
50643058
...
...
@@ -35,6 +35,7 @@
#include "Platform.h"
#include "Stream.h"
#include <string>
#include <cassert>
namespace
OpenMM
{
...
...
openmmapi/include/Integrator.h
View file @
50643058
...
...
@@ -39,6 +39,7 @@
namespace
OpenMM
{
class
OpenMMContext
;
class
OpenMMContextImpl
;
/**
* An Integrator defines a method for simulating a System by integrating the equations of motion.
...
...
openmmapi/include/System.h
View file @
50643058
...
...
@@ -134,7 +134,7 @@ public:
}
private:
class
ConstraintInfo
;
std
::
vector
<
int
>
masses
;
std
::
vector
<
double
>
masses
;
std
::
vector
<
ConstraintInfo
>
constraints
;
std
::
vector
<
Force
*>
forces
;
};
...
...
platforms/reference/src/SimTKReference/ReferenceLJCoulomb14.h
View file @
50643058
...
...
@@ -69,7 +69,7 @@ class ReferenceLJCoulomb14 : public ReferenceBondIxn {
--------------------------------------------------------------------------------------- */
int
ReferenceLJCoulomb14
::
getDerivedParameters
(
RealOpenMM
c6
,
RealOpenMM
c12
,
RealOpenMM
q1
,
int
getDerivedParameters
(
RealOpenMM
c6
,
RealOpenMM
c12
,
RealOpenMM
q1
,
RealOpenMM
q2
,
RealOpenMM
epsfac
,
RealOpenMM
*
parameters
)
const
;
...
...
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