Skip to content

Commit

Permalink
Bugfix (RFC_SD_TRANSIENT_23)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ma72 committed Jan 4, 2023
1 parent 089f6c2 commit e557009
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/rainflow.c
Original file line number Diff line number Diff line change
Expand Up @@ -6894,8 +6894,9 @@ bool spread_damage( rfc_ctx_s *rfc_ctx, rfc_value_tuple_s *from,

if( pos > rfc_ctx->internal.pos )
{
pos -= rfc_ctx->internal.pos;
dh -= rfc_ctx->internal.pos;
pos -= rfc_ctx->internal.pos;
dh -= rfc_ctx->internal.pos;
dh_istream -= rfc_ctx->internal.pos;
}

if( pos > rfc_ctx->dh_cap )
Expand Down

0 comments on commit e557009

Please sign in to comment.