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
53b4e664
Commit
53b4e664
authored
Oct 28, 2009
by
Peter Eastman
Browse files
Fixed compilation error under Windows
parent
95e059dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
openmmapi/src/NonbondedForceImpl.cpp
openmmapi/src/NonbondedForceImpl.cpp
+4
-0
No files found.
openmmapi/src/NonbondedForceImpl.cpp
View file @
53b4e664
...
@@ -36,6 +36,10 @@
...
@@ -36,6 +36,10 @@
#include <cmath>
#include <cmath>
#include <sstream>
#include <sstream>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
...
...
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