diff --git a/Surface_mesher/demo/Surface_mesher/implicit_surface_mesher.C b/Surface_mesher/demo/Surface_mesher/implicit_surface_mesher.C index 1ca1293651b..f6b240cad10 100644 --- a/Surface_mesher/demo/Surface_mesher/implicit_surface_mesher.C +++ b/Surface_mesher/demo/Surface_mesher/implicit_surface_mesher.C @@ -51,6 +51,7 @@ double generic_inrimage_function(double x, double y, double z) std::ostream *out = 0; std::string filename = std::string(); std::string function_name = "sphere"; +bool output_to_file = false char* argv0 = ""; void usage(std::string error = "")