This commit is contained in:
Jan Möbius
2016-10-28 14:07:08 +02:00
parent 4377803708
commit 01ab3eeff5

View File

@@ -233,7 +233,7 @@ private:
return weight_t( static_cast<real_t>(1.0-alpha), static_cast<real_t>(inv_v*alpha) );
}
return weight_t(0.0, 0.0);
return weight_t(static_cast<real_t>(0.0), static_cast<real_t>(0.0));
}
int valence;
};