Skip to content

Commit

Permalink
Comment out formatpyplot() to avoid crashing PyPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoAlvarezR committed Jul 20, 2024
1 parent 53e94a4 commit e99e5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FLOWUnsteady.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for header_name in ["vehicle", "vehicle_vlm",
end

# Format PyPlot
formatpyplot()
# formatpyplot()

# VPM utilities
include(joinpath(vpm.utilities_path, "utilities_fluiddomain.jl"))
Expand Down

0 comments on commit e99e5e4

Please sign in to comment.