mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2124 Curve calculator: add "sum" to scalar functions
This commit is contained in:
parent
440b10e381
commit
02c8c18212
@ -37,7 +37,7 @@ const std::map<QString, std::set<QString>> RiuExpressionContextMenuManager::MENU
|
||||
{
|
||||
"Scalar Functions",
|
||||
{
|
||||
"avg(x)", "max(x)", "min(x)"
|
||||
"avg(x)", "max(x)", "min(x)", "sum(x)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user