Kaydet (Commit) 1fb21083 authored tarafından Miklos Vajna's avatar Miklos Vajna

scaddins: silence -Werror=maybe-uninitialized

Change-Id: Idbbd6490c954f50d3baa7a72cd89f081d1316e6b
üst acbb7e32
......@@ -572,7 +572,7 @@ double SAL_CALL ScaPricingAddIn::getOptProbInMoney( double spot, double vol,
const uno::Any& strikeval, const uno::Any& put_call )
{
bs::types::PutCall pc=bs::types::Call;
double K;
double K = 0;
// read and check input values
if( spot<=0.0 || vol<=0.0 || T<0.0 ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment