Linux compile fixes. Had to pull out the unused NNC search map.

This commit is contained in:
JacobStoren
2013-12-16 13:48:51 +01:00
parent 7e2d860bba
commit 880ab554f9
3 changed files with 10 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ private:
private:
// Input
cvf::cref<RigNNCData> m_nncData;
cvf::cref<cvf::Array<size_t>> m_nncIndexes;
cvf::cref<cvf::Array<size_t> > m_nncIndexes;
cvf::cref<cvf::UByteArray> m_cellVisibility;
cvf::cref<RigGridBase> m_grid;
cvf::Vec3d m_offset;