Skip to content

Commit

Permalink
plotting.ffi: enable 3d slip dist for bem
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed May 26, 2024
1 parent dbbb3fc commit 439af4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beat/plotting/ffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,8 @@ def draw_3d_slip_distribution(problem, po):
mtrace = None

datatype, cconf = list(problem.composites.items())[0]
fault = cconf.load_fault_geometry()
if mode == ffi_mode_str:
fault = cconf.load_fault_geometry()

if po.plot_projection in ["local", "latlon"]:
perspective = "135/30"
Expand Down

0 comments on commit 439af4f

Please sign in to comment.