Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 authored Nov 7, 2024
1 parent fed7eb4 commit 622f909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADOL-C/src/fo_rev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1483,8 +1483,8 @@ int int_reverse_safe(
case asinh_op: /* asinh_op */
case acosh_op: /* acosh_op */
case atanh_op: /* atanh_op */
case erfc_op: /* erfc_op */
case erf_op: /* erf_op */
case erfc_op: /* erfc_op */
res = get_locint_r();
arg2 = get_locint_r();
arg1 = get_locint_r();
Expand Down

0 comments on commit 622f909

Please sign in to comment.