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
1f9d09d6
Commit
1f9d09d6
authored
Jun 22, 2015
by
peastman
Browse files
Fixed compilation errors on Visual Studio 2013
parent
0b4a1077
Changes
2
Show 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 @
1f9d09d6
...
...
@@ -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 @
1f9d09d6
...
...
@@ -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