Skip to content

Commit

Permalink
set default method to linear for interp1
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed Nov 20, 2024
1 parent d3c03c1 commit 0dbbebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qinterp1.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ int qInterp1_Setup( qInterp1_t * const i,
i->xData = xTable;
i->yData = yTable;
i->dataSize = sizeTable;
i->method = &qInterp1_linear;
retVal = 1;
}

Expand Down

0 comments on commit 0dbbebd

Please sign in to comment.