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
19ccd0f8
Commit
19ccd0f8
authored
Dec 28, 2014
by
peastman
Browse files
Merge pull request #760 from swails/master
Squash the following warning:
parents
8d15b972
67ad6557
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openmmapi/include/openmm/CustomHbondForce.h
openmmapi/include/openmm/CustomHbondForce.h
+1
-1
No files found.
openmmapi/include/openmm/CustomHbondForce.h
View file @
19ccd0f8
...
@@ -474,7 +474,7 @@ public:
...
@@ -474,7 +474,7 @@ public:
GroupInfo
()
:
p1
(
-
1
),
p2
(
-
1
),
p3
(
-
1
)
{
GroupInfo
()
:
p1
(
-
1
),
p2
(
-
1
),
p3
(
-
1
)
{
}
}
GroupInfo
(
int
p1
,
int
p2
,
int
p3
,
const
std
::
vector
<
double
>&
parameters
)
:
GroupInfo
(
int
p1
,
int
p2
,
int
p3
,
const
std
::
vector
<
double
>&
parameters
)
:
p
1
(
p1
),
p2
(
p2
),
p3
(
p3
),
parameters
(
parameters
)
{
p
arameters
(
parameters
),
p1
(
p1
),
p2
(
p2
),
p3
(
p3
)
{
}
}
};
};
...
...
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