Updating CMake files to remove option for visit plugin and force C++14 or newer

This commit is contained in:
Mark Berrill
2018-09-24 11:51:23 -04:00
parent 3c55966984
commit 078464151a
21 changed files with 17 additions and 1571 deletions

View File

@@ -346,7 +346,7 @@ int main(int argc, char **argv)
*/
{
// Write the results to visit
// Write the results
if (rank==0) printf("Setting up visualization structure \n");
// std::vector<IO::MeshDataStruct> meshData(N_levels);
std::vector<IO::MeshDataStruct> meshData(1);