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
3cfcd746
Commit
3cfcd746
authored
Aug 19, 2009
by
Michael Sherman
Browse files
Minor updates to powerpoint presentation on examples.
parent
9a985f07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
examples/HelloOpenMM.ppt
examples/HelloOpenMM.ppt
+0
-0
examples/HelloSodiumChloride.cpp
examples/HelloSodiumChloride.cpp
+1
-1
No files found.
examples/HelloOpenMM.ppt
View file @
3cfcd746
No preview for this file type
examples/HelloSodiumChloride.cpp
View file @
3cfcd746
...
@@ -169,7 +169,7 @@ struct MyOpenMMData {
...
@@ -169,7 +169,7 @@ struct MyOpenMMData {
MyOpenMMData
()
:
system
(
0
),
context
(
0
),
integrator
(
0
)
{}
MyOpenMMData
()
:
system
(
0
),
context
(
0
),
integrator
(
0
)
{}
~
MyOpenMMData
()
{
delete
system
;
delete
context
;
delete
integrator
;}
~
MyOpenMMData
()
{
delete
system
;
delete
context
;
delete
integrator
;}
OpenMM
::
System
*
system
;
OpenMM
::
System
*
system
;
OpenMM
::
Context
*
context
;
OpenMM
::
Context
*
context
;
OpenMM
::
Integrator
*
integrator
;
OpenMM
::
Integrator
*
integrator
;
};
};
...
...
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