diff options
Diffstat (limited to 'c_layer/cdsbootstrap.h')
| -rw-r--r-- | c_layer/cdsbootstrap.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/c_layer/cdsbootstrap.h b/c_layer/cdsbootstrap.h index 2e19189..5a50962 100644 --- a/c_layer/cdsbootstrap.h +++ b/c_layer/cdsbootstrap.h @@ -21,6 +21,5 @@ typedef struct } cds_bootstrap_ctx; -int cdsBootstrapPointFunction(double hazardRate, - void *data, - double *pv); +double cdsBootstrapPointFunction(double hazardRate, + void *data); |
