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
4bafde33
Commit
4bafde33
authored
Dec 11, 2015
by
peastman
Browse files
Merge pull request #1291 from peastman/platformdoc
Minor changes to doxygen comments
parents
3a1936fd
0af10b15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
olla/include/openmm/Platform.h
olla/include/openmm/Platform.h
+4
-1
No files found.
olla/include/openmm/Platform.h
View file @
4bafde33
...
@@ -53,7 +53,7 @@ class KernelFactory;
...
@@ -53,7 +53,7 @@ class KernelFactory;
* To get a Platform object, call
* To get a Platform object, call
*
*
* <pre>
* <pre>
* Platform& platform Platform::findPlatform(kernelNames);
* Platform& platform
=
Platform::findPlatform(kernelNames);
* </pre>
* </pre>
*
*
* passing in the names of all kernels that will be required for the calculation you plan to perform. It
* passing in the names of all kernels that will be required for the calculation you plan to perform. It
...
@@ -78,6 +78,9 @@ public:
...
@@ -78,6 +78,9 @@ public:
/**
/**
* Get whether this Platform supports double precision arithmetic. If this returns false, the platform
* Get whether this Platform supports double precision arithmetic. If this returns false, the platform
* is permitted to represent double precision values internally as single precision.
* is permitted to represent double precision values internally as single precision.
*
* @deprecated This method is not well defined, and is too simplistic to describe the actual behavior of
* some Platforms, such as ones that offer multiple precision modes. It will be removed in a future release.
*/
*/
virtual
bool
supportsDoublePrecision
()
const
=
0
;
virtual
bool
supportsDoublePrecision
()
const
=
0
;
/**
/**
...
...
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