riTRANXYZ: Started to add it to the rest of the system

This commit is contained in:
Jacob Støren
2014-08-20 09:51:55 +02:00
parent a3af100189
commit 83965a4f7b
4 changed files with 33 additions and 9 deletions

View File

@@ -64,6 +64,10 @@ bool RimDefines::isPerCellFaceResult(const QString& resultName)
{
return true;
}
else if (resultName.compare(RimDefines::combinedRiTransResultName(), Qt::CaseInsensitive) == 0)
{
return true;
}
return false;
}