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
99628218
Commit
99628218
authored
Feb 07, 2015
by
Jason Swails
Browse files
Add missing ;
parent
cf843edb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/amoeba/openmmapi/src/AmoebaStretchBendForce.cpp
plugins/amoeba/openmmapi/src/AmoebaStretchBendForce.cpp
+1
-1
No files found.
plugins/amoeba/openmmapi/src/AmoebaStretchBendForce.cpp
View file @
99628218
...
@@ -41,7 +41,7 @@ AmoebaStretchBendForce::AmoebaStretchBendForce() {
...
@@ -41,7 +41,7 @@ AmoebaStretchBendForce::AmoebaStretchBendForce() {
int
AmoebaStretchBendForce
::
addStretchBend
(
int
particle1
,
int
particle2
,
int
particle3
,
int
AmoebaStretchBendForce
::
addStretchBend
(
int
particle1
,
int
particle2
,
int
particle3
,
double
lengthAB
,
double
lengthCB
,
double
angle
,
double
k1
,
double
k2
)
{
double
lengthAB
,
double
lengthCB
,
double
angle
,
double
k1
,
double
k2
)
{
if
(
k2
==
-
1.0
)
k2
=
k1
if
(
k2
==
-
1.0
)
k2
=
k1
;
stretchBends
.
push_back
(
StretchBendInfo
(
particle1
,
particle2
,
particle3
,
lengthAB
,
lengthCB
,
angle
,
k1
,
k2
));
stretchBends
.
push_back
(
StretchBendInfo
(
particle1
,
particle2
,
particle3
,
lengthAB
,
lengthCB
,
angle
,
k1
,
k2
));
return
stretchBends
.
size
()
-
1
;
return
stretchBends
.
size
()
-
1
;
}
}
...
...
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