Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1930 lumen mucosa transporter #1940

Merged
merged 3 commits into from
Nov 2, 2021
Merged

Conversation

msevestre
Copy link
Member

No description provided.

Copy link
Member Author

@msevestre msevestre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the issue I think...and probably some more

inducedProcess.AddSourceOrgan(transportTemplate.SourceOrgan);
inducedProcess.AddTargetOrgan(transportTemplate.TargetOrgan);
// For lumen transport. The source organ or target organ is in fact defined as a compartment
inducedProcess.AddSourceOrgan(transportTemplate.SourceOrgan.IsLumen() ? transportTemplate.SourceCompartment : transportTemplate.SourceOrgan);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yuri05 This is what we discussed yesterday

@msevestre msevestre merged commit 87f252b into develop Nov 2, 2021
@msevestre msevestre deleted the 1930-lumen-mucosa-transporter branch November 2, 2021 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants