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
118aab89
"...platforms/reference/src/ReferenceDrudeKernelFactory.cpp" did not exist on "b3781c23a3a7a8bea22e6c1b6738393308be9d7e"
Commit
118aab89
authored
Jan 09, 2015
by
Jason Swails
Browse files
Fix an include.
parent
3129342e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/cpu/src/CpuRandom.cpp
platforms/cpu/src/CpuRandom.cpp
+1
-1
No files found.
platforms/cpu/src/CpuRandom.cpp
View file @
118aab89
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
*/
*/
#include "CpuRandom.h"
#include "CpuRandom.h"
#include "openmm/internal/OSRngSeed.h"
#include "openmm/OpenMMException.h"
#include "openmm/OpenMMException.h"
#include "openmm/OSRngSeed.h"
#include <cmath>
#include <cmath>
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