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
96f0c0f2
Commit
96f0c0f2
authored
Jun 22, 2015
by
peastman
Browse files
Merge pull request #983 from peastman/algorithm
Fixed compilation errors on Visual Studio 2013
parents
0fba96e7
1f9d09d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
platforms/cpu/src/CpuNonbondedForceVec4.cpp
platforms/cpu/src/CpuNonbondedForceVec4.cpp
+1
-0
platforms/cpu/src/CpuNonbondedForceVec8.cpp
platforms/cpu/src/CpuNonbondedForceVec8.cpp
+1
-0
No files found.
platforms/cpu/src/CpuNonbondedForceVec4.cpp
View file @
96f0c0f2
...
...
@@ -24,6 +24,7 @@
#include "SimTKOpenMMUtilities.h"
#include "CpuNonbondedForceVec4.h"
#include <algorithm>
using
namespace
std
;
using
namespace
OpenMM
;
...
...
platforms/cpu/src/CpuNonbondedForceVec8.cpp
View file @
96f0c0f2
...
...
@@ -26,6 +26,7 @@
#include "CpuNonbondedForceVec8.h"
#include "openmm/OpenMMException.h"
#include "openmm/internal/hardware.h"
#include <algorithm>
using
namespace
std
;
using
namespace
OpenMM
;
...
...
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