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
545a83ee
Commit
545a83ee
authored
Aug 04, 2010
by
Mark Friedrichs
Browse files
Mod to quiet gcc (Ubuntu 4.3.3-5ubuntu4)
parent
853ae8e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libraries/validate/src/ValidateOpenMMForces.cpp
libraries/validate/src/ValidateOpenMMForces.cpp
+1
-1
No files found.
libraries/validate/src/ValidateOpenMMForces.cpp
View file @
545a83ee
...
...
@@ -862,7 +862,7 @@ std::string ValidateOpenMMForces::getSummary( std::vector<ForceValidationResult*
(
void
)
LOCAL_SPRINTF0
(
value
,
"
\n
"
);
summary
<<
_getLine
(
tab
,
" "
,
value
);
if
(
inconsistentIndices
.
size
()
>
0
){
(
void
)
LOCAL_SPRINTF
(
value
,
"%u
\n
"
,
inconsistentIndices
.
size
()
);
(
void
)
LOCAL_SPRINTF
(
value
,
"%u
\n
"
,
static_cast
<
unsigned
int
>
(
inconsistentIndices
.
size
()
)
);
summary
<<
_getLine
(
tab
,
"Total errors"
,
value
);
}
if
(
forceValidationResults
[
ii
]
->
nansDetected
()
){
...
...
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