Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IAH public
DeProj
Commits
8ba894c4
Commit
8ba894c4
authored
Jul 24, 2020
by
Jean-Yves TINEVEZ
Browse files
Properly ignore the first cell (full tissue).
parent
8577cc4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/@deproj/from_bellaiche.m
View file @
8ba894c4
...
...
@@ -65,7 +65,7 @@ function obj = from_bellaiche( ...
junction_ids
=
cells
.
vertices
{
i
};
id
=
cells
.
numbers
(
i
);
epicells
(
i
)
=
epicell
(
boundary
,
junction_ids
,
id
);
epicells
(
i
-
1
)
=
epicell
(
boundary
,
junction_ids
,
id
);
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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