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
93fbd6a0
Commit
93fbd6a0
authored
Jun 12, 2008
by
Christopher Bruns
Browse files
Attempt to address some windows nightly build errors
parent
dfe03fe9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
olla/src/Kernel.cpp
olla/src/Kernel.cpp
+1
-1
olla/src/Stream.cpp
olla/src/Stream.cpp
+1
-1
tests/TestFindExclusions.cpp
tests/TestFindExclusions.cpp
+1
-0
No files found.
olla/src/Kernel.cpp
View file @
93fbd6a0
...
@@ -58,7 +58,7 @@ Kernel& Kernel::operator=(const Kernel& copy) {
...
@@ -58,7 +58,7 @@ Kernel& Kernel::operator=(const Kernel& copy) {
return
*
this
;
return
*
this
;
}
}
string
Kernel
::
Kernel
::
getName
()
const
{
string
Kernel
::
getName
()
const
{
return
impl
->
getName
();
return
impl
->
getName
();
}
}
...
...
olla/src/Stream.cpp
View file @
93fbd6a0
...
@@ -59,7 +59,7 @@ Stream& Stream::operator=(const Stream& copy) {
...
@@ -59,7 +59,7 @@ Stream& Stream::operator=(const Stream& copy) {
return
*
this
;
return
*
this
;
}
}
string
Stream
::
Stream
::
getName
()
const
{
string
Stream
::
getName
()
const
{
return
impl
->
getName
();
return
impl
->
getName
();
}
}
...
...
tests/TestFindExclusions.cpp
View file @
93fbd6a0
...
@@ -172,6 +172,7 @@ public:
...
@@ -172,6 +172,7 @@ public:
void
initialize
(
const
vector
<
double
>&
masses
)
{
void
initialize
(
const
vector
<
double
>&
masses
)
{
}
}
double
execute
(
const
Stream
&
positions
)
{
double
execute
(
const
Stream
&
positions
)
{
return
0.0
;
}
}
};
};
...
...
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