mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix typo in comment
This commit is contained in:
parent
8276d92ce7
commit
d903226db6
@ -40,12 +40,11 @@ std::vector<QString> ExpressionParserImpl::detectReferencedVariables(const QStri
|
||||
{
|
||||
QString variableNameLowerCase = QString::fromStdString(s);
|
||||
|
||||
// ExprTk reports always in
|
||||
// ExprTk reports always in lower case
|
||||
|
||||
int index = expression.indexOf(variableNameLowerCase, 0, Qt::CaseInsensitive);
|
||||
if (index > -1)
|
||||
{
|
||||
|
||||
referencedVariables.push_back(expression.mid(index, variableNameLowerCase.size()));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user