Fix misspelled Allan diagram (#5906)

Closes #5816
This commit is contained in:
Magne Sjaastad
2020-05-12 08:26:22 +02:00
committed by GitHub
parent cc803b5c38
commit 00cd16ed4f
21 changed files with 154 additions and 134 deletions

View File

@@ -42,7 +42,7 @@ class RigEclipseResultAddress;
class RivNNCGeometryGenerator : public cvf::Object
{
public:
RivNNCGeometryGenerator( bool includeAllen,
RivNNCGeometryGenerator( bool includeAllan,
const RigNNCData* nncData,
const cvf::Vec3d& offset,
const cvf::Array<size_t>* nncIndexes );
@@ -67,7 +67,7 @@ private:
void computeArrays();
private:
bool m_includeAllenDiagramGeometry;
bool m_includeAllanDiagramGeometry;
// Input
cvf::cref<RigNNCData> m_nncData;