Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xdmf
Xdmf
Commits
bba7984f
Commit
bba7984f
authored
Feb 22, 2017
by
Andrew J. Burns (Cont
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo
parent
24ea357e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
XdmfTemplate.cpp
XdmfTemplate.cpp
+1
-1
No files found.
XdmfTemplate.cpp
View file @
bba7984f
...
...
@@ -889,7 +889,7 @@ XdmfTemplate::preallocateSteps(unsigned int numSteps)
//printf("initializing base array\n");
std
::
vector
<
unsigned
int
>
preallocatedSizeVector
;
preallocatedSizeVector
.
push_back
(
preallocatedSize
);
tempArray
->
initialize
(
mTrackedArrays
[
i
]
->
getArrayType
(),
preallocatedSize
);
tempArray
->
initialize
(
mTrackedArrays
[
i
]
->
getArrayType
(),
preallocatedSize
Vector
);
//printf("writing subsection");
tempArray
->
accept
(
mHeavyWriter
);
//printf("subsection written\n");
...
...
David E. DeMarle
@demarle
mentioned in merge request
!37 (merged)
·
Jun 20, 2017
mentioned in merge request
!37 (merged)
mentioned in merge request !37
Toggle commit list
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