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
169083af
Commit
169083af
authored
Apr 27, 2014
by
Sam Mikes
Browse files
VS2013 requires <algorithm> for std::min, std::max
parent
dab7a82c
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
0 deletions
+9
-0
openmmapi/src/CustomNonbondedForceImpl.cpp
openmmapi/src/CustomNonbondedForceImpl.cpp
+1
-0
openmmapi/src/MonteCarloAnisotropicBarostatImpl.cpp
openmmapi/src/MonteCarloAnisotropicBarostatImpl.cpp
+1
-0
openmmapi/src/MonteCarloBarostatImpl.cpp
openmmapi/src/MonteCarloBarostatImpl.cpp
+1
-0
openmmapi/src/NonbondedForceImpl.cpp
openmmapi/src/NonbondedForceImpl.cpp
+1
-0
platforms/cpu/tests/TestCpuNeighborList.cpp
platforms/cpu/tests/TestCpuNeighborList.cpp
+1
-0
platforms/reference/src/SimTKReference/ReferenceLJCoulombIxn.cpp
...ms/reference/src/SimTKReference/ReferenceLJCoulombIxn.cpp
+1
-0
platforms/reference/src/SimTKReference/ReferenceNeighborList.cpp
...ms/reference/src/SimTKReference/ReferenceNeighborList.cpp
+1
-0
platforms/reference/src/SimTKReference/ReferenceVariableStochasticDynamics.cpp
...rc/SimTKReference/ReferenceVariableStochasticDynamics.cpp
+1
-0
platforms/reference/src/SimTKReference/ReferenceVariableVerletDynamics.cpp
...ce/src/SimTKReference/ReferenceVariableVerletDynamics.cpp
+1
-0
No files found.
openmmapi/src/CustomNonbondedForceImpl.cpp
View file @
169083af
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
#include <cmath>
#include <cmath>
#include <sstream>
#include <sstream>
#include <utility>
#include <utility>
#include <algorithm>
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
...
...
openmmapi/src/MonteCarloAnisotropicBarostatImpl.cpp
View file @
169083af
...
@@ -35,6 +35,7 @@
...
@@ -35,6 +35,7 @@
#include "openmm/kernels.h"
#include "openmm/kernels.h"
#include <cmath>
#include <cmath>
#include <vector>
#include <vector>
#include <algorithm>
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
OpenMM_SFMT
;
using
namespace
OpenMM_SFMT
;
...
...
openmmapi/src/MonteCarloBarostatImpl.cpp
View file @
169083af
...
@@ -35,6 +35,7 @@
...
@@ -35,6 +35,7 @@
#include "openmm/kernels.h"
#include "openmm/kernels.h"
#include <cmath>
#include <cmath>
#include <vector>
#include <vector>
#include <algorithm>
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
OpenMM_SFMT
;
using
namespace
OpenMM_SFMT
;
...
...
openmmapi/src/NonbondedForceImpl.cpp
View file @
169083af
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
#include <cmath>
#include <cmath>
#include <map>
#include <map>
#include <sstream>
#include <sstream>
#include <algorithm>
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
...
...
platforms/cpu/tests/TestCpuNeighborList.cpp
View file @
169083af
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
#include <set>
#include <set>
#include <utility>
#include <utility>
#include <vector>
#include <vector>
#include <algorithm>
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
...
...
platforms/reference/src/SimTKReference/ReferenceLJCoulombIxn.cpp
View file @
169083af
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
#include <string.h>
#include <string.h>
#include <sstream>
#include <sstream>
#include <complex>
#include <complex>
#include <algorithm>
#include "SimTKOpenMMCommon.h"
#include "SimTKOpenMMCommon.h"
#include "SimTKOpenMMLog.h"
#include "SimTKOpenMMLog.h"
...
...
platforms/reference/src/SimTKReference/ReferenceNeighborList.cpp
View file @
169083af
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
#include <cmath>
#include <cmath>
#include <iostream>
#include <iostream>
#include <cassert>
#include <cassert>
#include <algorithm>
using
namespace
std
;
using
namespace
std
;
...
...
platforms/reference/src/SimTKReference/ReferenceVariableStochasticDynamics.cpp
View file @
169083af
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include <cstring>
#include <cstring>
#include <sstream>
#include <sstream>
#include <algorithm>
#include "SimTKOpenMMCommon.h"
#include "SimTKOpenMMCommon.h"
#include "SimTKOpenMMLog.h"
#include "SimTKOpenMMLog.h"
...
...
platforms/reference/src/SimTKReference/ReferenceVariableVerletDynamics.cpp
View file @
169083af
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include <string.h>
#include <string.h>
#include <sstream>
#include <sstream>
#include <algorithm>
#include "SimTKOpenMMCommon.h"
#include "SimTKOpenMMCommon.h"
#include "SimTKOpenMMLog.h"
#include "SimTKOpenMMLog.h"
...
...
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