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

@@ -121,7 +121,7 @@ int main(int argc, char **argv)
if (rank==0)
printf("Mean error %0.4f \n", err);
// Write the results to visit
// Write the results
Array<int> ID0(id.size());
ID0.copy( id );
Array<double> ID(Nx,Ny,Nz);