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
b35b0d5a
"csrc/vscode:/vscode.git/clone" did not exist on "79c06a5602441214a35b21adfed6c61382638f36"
Commit
b35b0d5a
authored
May 07, 2013
by
Peter Eastman
Browse files
Fixed compilation error on Windows
parent
31b85dfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openmmapi/include/openmm/internal/CustomNonbondedForceImpl.h
openmmapi/include/openmm/internal/CustomNonbondedForceImpl.h
+1
-1
No files found.
openmmapi/include/openmm/internal/CustomNonbondedForceImpl.h
View file @
b35b0d5a
...
...
@@ -46,7 +46,7 @@ namespace OpenMM {
* This is the internal implementation of CustomNonbondedForce.
*/
class
CustomNonbondedForceImpl
:
public
ForceImpl
{
class
OPENMM_EXPORT
CustomNonbondedForceImpl
:
public
ForceImpl
{
public:
CustomNonbondedForceImpl
(
const
CustomNonbondedForce
&
owner
);
~
CustomNonbondedForceImpl
();
...
...
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