#815 More renaming CrossSection -> Intersection

This commit is contained in:
Jacob Støren
2016-09-21 10:36:11 +02:00
parent 0083fb068f
commit 16ab7fcb72
8 changed files with 27 additions and 27 deletions

View File

@@ -507,7 +507,7 @@ void RivIntersectionPartMgr::computeData()
{
cvf::Vec3d direction = extrusionDirection(polyLines[0]);
cvf::ref<RivIntersectionHexGridInterface> hexGrid = createHexGridInterface();
m_crossSectionGenerator = new RivCrossSectionGeometryGenerator(m_rimCrossSection, polyLines, direction, hexGrid.p());
m_crossSectionGenerator = new RivIntersectionGeometryGenerator(m_rimCrossSection, polyLines, direction, hexGrid.p());
}
}