diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2019-01-17 18:03:53 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2019-01-17 18:03:53 -0500 |
| commit | 85b4668fbac96b880fcb4c25d3f058fe62c4f171 (patch) | |
| tree | d0789446af7eeb989044b85fb55089958fd0dc0f /c_layer/cdsbootstrap.c | |
| parent | bbd8ae7cb78fba1dc7d3d0cd6996e127a824ca9f (diff) | |
| download | pyisda-85b4668fbac96b880fcb4c25d3f058fe62c4f171.tar.gz | |
wider bracket
Diffstat (limited to 'c_layer/cdsbootstrap.c')
| -rw-r--r-- | c_layer/cdsbootstrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_layer/cdsbootstrap.c b/c_layer/cdsbootstrap.c index f3ae975..b0aa004 100644 --- a/c_layer/cdsbootstrap.c +++ b/c_layer/cdsbootstrap.c @@ -45,6 +45,6 @@ int cdsBootstrapPointFunction done: if (status != SUCCESS) - printf("Something went wrong"); + printf("Something went wrong: %f\n", hazardRate); return status; } |
