Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
d6da8fc4
Commit
d6da8fc4
authored
Jun 14, 2017
by
Sebastian Heimann
Browse files
fix problem with exporting dependant parameters
parent
87d0a36e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core.py
View file @
d6da8fc4
...
...
@@ -2400,7 +2400,8 @@ def export(what, rundirs, type=None, pnames=None, filename=None):
def
dump
(
x
,
gm
,
indices
):
if
type
==
'vector'
:
print
>>
out
,
' '
,
' '
.
join
(
'%16.7g'
%
v
for
v
in
x
[
indices
]),
\
print
>>
out
,
' '
,
' '
.
join
(
'%16.7g'
%
problem
.
extract
(
x
,
i
)
for
i
in
indices
),
\
'%16.7g'
%
gm
elif
type
==
'source'
:
...
...
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