From ccf01cc665d5f118c8534be8be5e5af197469c24 Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 3 Nov 2010 13:44:06 -0800 Subject: [PATCH] Fix a minor cppcheck initialization complaint. --- vvp/vvp_net_sig.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vvp/vvp_net_sig.cc b/vvp/vvp_net_sig.cc index 2e1a43270..1da9edb85 100644 --- a/vvp/vvp_net_sig.cc +++ b/vvp/vvp_net_sig.cc @@ -928,7 +928,7 @@ void vvp_wire_vec8::vec4_value(vvp_vector4_t&val) const } vvp_wire_real::vvp_wire_real() -: bit_(0.0) +: bit_(0.0), force_(0.0) { }