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
95d79181
Commit
95d79181
authored
Jan 26, 2009
by
Mark Friedrichs
Browse files
Minor edits
parent
5c1b44ec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
platforms/brook/tests/TstBrookGBSAOBCForce.cpp
platforms/brook/tests/TstBrookGBSAOBCForce.cpp
+4
-0
No files found.
platforms/brook/tests/TstBrookGBSAOBCForce.cpp
View file @
95d79181
...
...
@@ -529,6 +529,9 @@ int main( int argc, char* argv[] ){
try
{
// skip test if input file name is not provided
// but let user know
if
(
argc
>
1
){
testObcForce
(
log
,
argv
[
1
]
);
}
else
{
...
...
@@ -541,6 +544,7 @@ int main( int argc, char* argv[] ){
testObcSingleParticle
(
log
);
testObcEConsistentForce
(
log
);
}
catch
(
const
exception
&
e
){
(
void
)
fprintf
(
log
,
"Exception %s %.s
\n
"
,
methodName
.
c_str
(),
e
.
what
()
);
(
void
)
fflush
(
log
);
return
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