We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd72c9 commit e90ffeeCopy full SHA for e90ffee
components/eamxx/src/diagnostics/conditional_sampling.cpp
@@ -266,7 +266,7 @@ void ConditionalSampling::initialize_impl(const RunType /*run_type*/) {
266
}
267
268
void ConditionalSampling::compute_diagnostic_impl() {
269
- Field &f;
+ Field f;
270
if (m_input_f == "count") {
271
// Special case: if the input field is "count", we use the diagnostic output as the input
272
f = m_diagnostic_output;
0 commit comments