Revert un-intended change to examples

Revert un-intended changed to the size of tangle field in isosurface example and the requirements on CMake version for game_of_life.
This commit is contained in:
Li-Ta Lo 2018-01-16 10:55:02 -07:00
parent 7ef956a934
commit 29232c49c0
2 changed files with 2 additions and 2 deletions

@ -20,7 +20,7 @@
##
##=============================================================================
#cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
project(GameOfLife CXX)
#Find the VTK-m package

@ -48,7 +48,7 @@
#include <vector>
static vtkm::Id3 dims(4, 4, 4);
static vtkm::Id3 dims(256, 256, 256);
static vtkm::cont::ArrayHandle<vtkm::Vec<vtkm::Float32, 3>> verticesArray, normalsArray;
static vtkm::cont::ArrayHandle<vtkm::Float32> scalarsArray;
static Quaternion qrot;