Skip to content

Commit

Permalink
Merge pull request #13 from jeonghanlee/devel
Browse files Browse the repository at this point in the history
add the missing {
  • Loading branch information
ralphlange authored Sep 17, 2019
2 parents caabd2e + 7aabaf1 commit 9838239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdApp/src/devEpidSoft.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static long do_pid(epidRecord *pepid)
pepid->dt = dt;
pepid->err = e;
pepid->cval = cval;
if ((pepid->odel == 0) || (fabs(pepid->oval - oval) > pepid->odel))
if ((pepid->odel == 0) || (fabs(pepid->oval - oval) > pepid->odel)) {
pepid->oval = oval;
}
pepid->p = p;
Expand Down

0 comments on commit 9838239

Please sign in to comment.