Fix serialization object
This commit is contained in:
parent
e35febde59
commit
7f2c06f5b0
@ -69,7 +69,7 @@ PAvg::PAvg(double inner_weight, double conn_weight, DepthCorrection depth_correc
|
|||||||
m_open_connections(use_open_connections)
|
m_open_connections(use_open_connections)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
static PAvg serializeObject() {
|
PAvg PAvg::serializeObject() {
|
||||||
return PAvg(0.10, 0.30, PAvg::DepthCorrection::NONE, false);
|
return PAvg(0.10, 0.30, PAvg::DepthCorrection::NONE, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user