commit
bd9df4ec54
@ -2775,6 +2775,7 @@ eval(const EclipseState& es,
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (auto& [_, evalPtr] : this->extra_parameters) {
|
for (auto& [_, evalPtr] : this->extra_parameters) {
|
||||||
|
(void)_;
|
||||||
evalPtr->update(sim_step, duration, input, simRes, st);
|
evalPtr->update(sim_step, duration, input, simRes, st);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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