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
e1a9418d
Commit
e1a9418d
authored
Apr 26, 2010
by
Peter Eastman
Browse files
Fixed compilation error under Windows
parent
bd42d039
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
platforms/opencl/src/OpenCLContext.h
platforms/opencl/src/OpenCLContext.h
+2
-1
No files found.
platforms/opencl/src/OpenCLContext.h
View file @
e1a9418d
...
...
@@ -35,6 +35,7 @@
#define NOMINMAX
#endif
#include <cl.hpp>
#include "openmm/internal/windowsExport.h"
namespace
OpenMM
{
...
...
@@ -100,7 +101,7 @@ struct mm_int8 {
* This class contains the information associated with a Context by the OpenCL Platform.
*/
class
OpenCLContext
{
class
OPENMM_EXPORT
OpenCLContext
{
public:
static
const
int
ThreadBlockSize
=
64
;
static
const
int
TileSize
=
32
;
...
...
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