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
Félix Hartmann
XyDyS
Commits
7dd2fc06
Commit
7dd2fc06
authored
Feb 27, 2018
by
Félix Hartmann
Browse files
[bugfix] Current time of a Transport instance is set to 0 at the
beginning of the growth simulation.
parent
77455b97
Changes
1
Hide whitespace changes
Inline
Side-by-side
cellfile.py
View file @
7dd2fc06
...
...
@@ -825,6 +825,7 @@ class CellFile(object):
for
i
,
signal
in
enumerate
(
self
.
signals
):
transport_mechanism
=
signal
.
transport_mechanism
transport
=
signal
.
transport
transport
.
time
=
0
# make sure time is set to 0 for all transports
conc_indices_i
=
[]
flux_indices_i
=
[]
for
j
,
bcond
in
enumerate
(
signal
.
boundary_conditions
()):
...
...
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