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
2b10b617
Commit
2b10b617
authored
Jan 14, 2014
by
peastman
Browse files
Merge pull request #287 from peastman/master
Fixed a compilation error when building wrappers
parents
901108a0
bd543402
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openmmapi/include/openmm/MonteCarloAnisotropicBarostat.h
openmmapi/include/openmm/MonteCarloAnisotropicBarostat.h
+1
-1
No files found.
openmmapi/include/openmm/MonteCarloAnisotropicBarostat.h
View file @
2b10b617
...
...
@@ -106,7 +106,7 @@ public:
*
* @param pressure the default pressure acting on the system, measured in bar.
*/
void
setDefaultPressure
(
Vec3
pressure
)
{
void
setDefaultPressure
(
const
Vec3
&
pressure
)
{
defaultPressure
=
pressure
;
}
/**
...
...
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