Commit 84cce418 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed more instances of using StaticVector::size instead of getSize()

parent 5e2aed0c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ public:
      typedef typename MeshType::PointType PointType;
      typedef MeshBuilder< MeshType > MeshBuilder;

      const int dimension = PointType::size;
      const int dimension = PointType::getSize();

      std::ifstream inputFile( fileName.getString() );
      if( ! inputFile )