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
7cbeb289
"vscode:/vscode.git/clone" did not exist on "077241d4970a5c0395e59a061c8c07e43b28105a"
Commit
7cbeb289
authored
Jun 11, 2009
by
Peter Eastman
Browse files
Added some missing imports in examples
parent
b1b4e547
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
examples/HelloWaterBox.cpp
examples/HelloWaterBox.cpp
+11
-10
examples/wrappers/OpenMM_CWrapper.cpp
examples/wrappers/OpenMM_CWrapper.cpp
+1
-0
No files found.
examples/HelloWaterBox.cpp
View file @
7cbeb289
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "OpenMM.h"
#include "OpenMM.h"
#include <cstdio>
#include <cstdio>
#include <cstdlib>
#include <string>
#include <string>
#include <vector>
#include <vector>
#include <utility>
#include <utility>
...
...
examples/wrappers/OpenMM_CWrapper.cpp
View file @
7cbeb289
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
#include "OpenMM_CWrapper.h"
#include "OpenMM_CWrapper.h"
#include <cstring>
// Suppress irrelevant warnings from Microsoft's compiler.
// Suppress irrelevant warnings from Microsoft's compiler.
#ifdef _MSC_VER
#ifdef _MSC_VER
...
...
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