Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/seis/utilmeca.c
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ void meca_axe2dc (struct SEIS_AXIS T, struct SEIS_AXIS P, struct SEIS_NODAL_PLAN
NP1->dip = d1; NP1->str = p1;
NP2->dip = d2; NP2->str = p2;

/* Epsilon-aware tie-break: avoid quadrant swap when P.dip is almost equal T.dip */
/* avoid quadrant swap when P.dip is almost equal T.dip */
if (P.dip > T.dip + SEIS_EPSILON) {
im = -1;
} else if (P.dip < T.dip - SEIS_EPSILON) {
Expand Down
6 changes: 0 additions & 6 deletions test/baseline/grdimage.dvc

This file was deleted.

5 changes: 0 additions & 5 deletions test/baseline/potential.dvc

This file was deleted.

6 changes: 0 additions & 6 deletions test/baseline/seis.dvc

This file was deleted.

Loading