Warning
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user