Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
0b53edf0
Commit
0b53edf0
authored
Apr 02, 2013
by
Chris Cantwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidy code.
parent
0f43ef67
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
utilities/PreProcessing/MeshConvert/OutputNekpp.cpp
utilities/PreProcessing/MeshConvert/OutputNekpp.cpp
+2
-1
No files found.
utilities/PreProcessing/MeshConvert/OutputNekpp.cpp
View file @
0b53edf0
...
...
@@ -104,7 +104,8 @@ namespace Nektar
if
(
config
[
"z"
].
as
<
bool
>
())
{
filename
+=
".gz"
;
ofstream
fout
(
filename
.
c_str
(),
std
::
ios_base
::
out
|
std
::
ios_base
::
binary
);
ofstream
fout
(
filename
.
c_str
(),
std
::
ios_base
::
out
|
std
::
ios_base
::
binary
);
std
::
stringstream
decompressed
;
decompressed
<<
doc
;
...
...
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