Skip to content
Snippets Groups Projects
Commit d5863b0b authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

Bloodflow OK for Aorta and Bifurcation

parent e4d76ffa
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ GEdgeCompound::GEdgeCompound(GModel *m, int tag, std::vector<GEdge*> &compound, ...@@ -16,6 +16,7 @@ GEdgeCompound::GEdgeCompound(GModel *m, int tag, std::vector<GEdge*> &compound,
std::vector<int> &orientation) std::vector<int> &orientation)
: GEdge(m, tag, 0, 0), _compound(compound), _orientation(orientation) : GEdge(m, tag, 0, 0), _compound(compound), _orientation(orientation)
{ {
int N = _compound.size(); int N = _compound.size();
v0 = _orientation[0] ? _compound[0]->getBeginVertex() : _compound[0]->getEndVertex(); v0 = _orientation[0] ? _compound[0]->getBeginVertex() : _compound[0]->getEndVertex();
v1 = _orientation[N-1] ? _compound[N-1]->getEndVertex() : _compound[N-1]->getBeginVertex(); v1 = _orientation[N-1] ? _compound[N-1]->getEndVertex() : _compound[N-1]->getBeginVertex();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment