Skip to content

Commit

Permalink
Removed underscore from ribbonmesh
Browse files Browse the repository at this point in the history
  • Loading branch information
jploveless committed Jul 23, 2024
1 parent 74d675c commit 6b88d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/segment_meshing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
" # Top coordinates are ordered block coordinates with zero depths appended\n",
" top_coords = np.hstack((ordered_coords, np.zeros((len(ordered_coords),1))))\n",
" # Use top and bottom coordinates to make a mesh\n",
" filename = mesh_dir + '/' + seg_file_stem + '_ribbon_mesh' + str(i+1)\n",
" filename = mesh_dir + '/' + seg_file_stem + '_ribbonmesh' + str(i+1)\n",
" clen = 5\n",
" # ribbon_mesh(top_coords, np.flipud(bot_coords), 'ribbon_test.msh', 5)\n",
" \n",
Expand Down

0 comments on commit 6b88d57

Please sign in to comment.