#1052 3D info box: Added Flow Diag results statistics etc.

This commit is contained in:
Jacob Støren
2017-01-03 13:14:07 +01:00
parent 51e8cae11b
commit 5f6468898b
6 changed files with 136 additions and 5 deletions

View File

@@ -201,6 +201,9 @@ std::vector<double>* RigFlowDiagResults::calculateDerivedResult(const RigFlowDia
}
}
/// Test to remove all averaging
// if (injectorTOFs.size()) averageTof = (*injectorTOFs[0]);
return &averageTof;
}
else if (resVarAddr.variableName == RIG_FLD_CELL_FRACTION_RESNAME)