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
92d5b9a7
"vscode:/vscode.git/clone" did not exist on "44b96f0cff218f296a4c812e5f03c16f21a3a5c5"
Commit
92d5b9a7
authored
Dec 30, 2014
by
Jason Swails
Browse files
Small typo.
parent
eb2e1ee3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/amoeba/openmmapi/include/openmm/AmoebaVdwForce.h
plugins/amoeba/openmmapi/include/openmm/AmoebaVdwForce.h
+1
-1
No files found.
plugins/amoeba/openmmapi/include/openmm/AmoebaVdwForce.h
View file @
92d5b9a7
...
@@ -218,7 +218,7 @@ public:
...
@@ -218,7 +218,7 @@ public:
*
*
* @returns true if nonbondedMethod uses PBC and false otherwise
* @returns true if nonbondedMethod uses PBC and false otherwise
*/
*/
bool
usesPeriodicBoundaryConditions
()
const
{
return
nonbondedMethod
==
AmoebaVdwForce
::
CutoffPeriodic
}
;
bool
usesPeriodicBoundaryConditions
()
const
{
return
nonbondedMethod
==
AmoebaVdwForce
::
CutoffPeriodic
;
}
protected:
protected:
ForceImpl
*
createImpl
()
const
;
ForceImpl
*
createImpl
()
const
;
private:
private:
...
...
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