-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
@EoghanTotten reported the following fixes: (@harriet-godwin and @sstaehler, would you please confirm these changes?)
Lines 1294 to 1296 in 9c534a9
| load_fw_points(:,:,ipoint) = rotate_symm_tensor_voigt_src_to_xyz( & | |
| load_fw_points(:,:,ipoint), & | |
| source_params%lon, this%ndumps ) |
should be changed to:
load_fw_points(:,:,ipoint) = rotate_symm_tensor_voigt_src_to_xyz( &
load_fw_points(:,:,ipoint), &
rotmesh_phi(ipoint), this%ndumps )
and
Lines 1456 to 1457 in 9c534a9
| load_bw_points(:,:,ipoint) = rotate_symm_tensor_voigt_src_to_xyz(load_bw_points(:,:,ipoint), & | |
| receiver%lon, this%ndumps) |
to:
load_bw_points(:,:,ipoint) = rotate_symm_tensor_voigt_src_to_xyz(load_bw_points(:,:,ipoint), &
rotmesh_phi(ipoint), this%ndumps)