We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818a966 commit 6df66b2Copy full SHA for 6df66b2
1 file changed
src/FEMTools/mesh.jl
@@ -256,11 +256,11 @@ function _do_make_mesh!(workspace::FEMWorkspace)
256
generate_mesh(workspace)
257
258
# Save mesh
259
- @info "Saving mesh to file: $(workspace.paths[:mesh_file])"
+ @info "Saving mesh to file: $(_display_path(workspace.paths[:mesh_file]))"
260
gmsh.write(workspace.paths[:mesh_file])
261
262
# Save geometry
263
- @info "Saving geometry to file: $(workspace.paths[:geo_file])"
+ @info "Saving geometry to file: $(_display_path(workspace.paths[:geo_file]))"
264
gmsh.write(workspace.paths[:geo_file])
265
end
266
0 commit comments