Skip to content

Commit

Permalink
Merge pull request #73 from rchristie/atria
Browse files Browse the repository at this point in the history
Remove auricles from atria groups
  • Loading branch information
rchristie authored May 12, 2020
2 parents cf52829 + 6dbc9ba commit cc21b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scaffoldmaker/meshtypes/meshtype_3d_heartatria1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2943,7 +2943,7 @@ def generateBaseMesh(cls, region, options):
forceMidLinearXi3 = True, forceEndLinearXi3 = True,
maxStartThickness = laaWallThickness,
elementsCountRadial = elementsCountLaaRadial,
meshGroups = [ laMeshGroup, laaMeshGroup ])
meshGroups = [ laaMeshGroup ]) # was laMeshGroup, laaMeshGroup

# create right atrium plain elements
# Anderson considers these part of the right atrial appendage:
Expand Down Expand Up @@ -3137,7 +3137,7 @@ def generateBaseMesh(cls, region, options):
forceMidLinearXi3 = True, forceEndLinearXi3 = True,
maxStartThickness = raaWallThickness,
elementsCountRadial = elementsCountRaaRadial,
meshGroups = [ raMeshGroup, raaMeshGroup ])
meshGroups = [ raaMeshGroup ]) # was raMeshGroup, raaMeshGroup

if drawLaTrackSurface:
mesh2d = fm.findMeshByDimension(2)
Expand Down

0 comments on commit cc21b65

Please sign in to comment.