Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xdmf
Xdmf
Commits
955bbcf2
Commit
955bbcf2
authored
May 24, 2010
by
Kenneth Leiter
Browse files
BUG: Fix incorrect assert() statement causing TestXdmfArray to fail.
parent
b94acdde
Changes
1
Hide whitespace changes
Inline
Side-by-side
XdmfArray.tpp
View file @
955bbcf2
...
...
@@ -187,7 +187,6 @@ void XdmfArray::getValuesCopy(const unsigned int startIndex, T * valuesPointer,
{
boost
::
apply_visitor
(
GetValuesCopy
<
T
>
(
startIndex
,
valuesPointer
,
numValues
,
arrayStride
,
valuesStride
),
mArrayPointer
);
}
assert
(
false
);
}
template
<
typename
T
>
...
...
Write
Preview
Supports
Markdown
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