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
dg
dg
Commits
ddb433bb
Commit
ddb433bb
authored
Apr 28, 2017
by
Valentin Vallaeys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slim3d: bug fix for exports in netcdf
parent
aa4931b1
Pipeline
#2434
failed with stage
in 32 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dgpy/scripts/slim3d.py
dgpy/scripts/slim3d.py
+2
-2
No files found.
dgpy/scripts/slim3d.py
View file @
ddb433bb
...
...
@@ -334,9 +334,9 @@ class Loop:
timeIntegrator
.
exporter_computeW
()
if
self
.
_export_rho
:
timeIntegrator
.
exporter_computeRho
()
if
self
.
_export_eta
:
if
(
self
.
_export_eta
or
self
.
_export_eta_nc
)
:
timeIntegrator
.
exporter_computeEta
()
if
self
.
_export_z
:
if
(
self
.
_export_z
or
self
.
_export_z_nc
)
:
timeIntegrator
.
exporter_computeZ
()
for
e
in
self
.
_export
:
e
.
exportIdx
(
timeIntegrator
.
getExportCount
(),
timeIntegrator
.
getTime
()
-
self
.
initial_time
)
...
...
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