Author: janehu Date: 2013-09-05 12:20:53 -0500 (Thu, 05 Sep 2013) New Revision: 6058 Modified: cgm/trunk/geom/CubitCompat.cpp Log: Minor change to remove cgm build warnings. Modified: cgm/trunk/geom/CubitCompat.cpp =================================================================== --- cgm/trunk/geom/CubitCompat.cpp 2013-09-05 16:59:37 UTC (rev 6057) +++ cgm/trunk/geom/CubitCompat.cpp 2013-09-05 17:20:53 UTC (rev 6058) @@ -78,9 +78,6 @@ const CubitString &cubit_version, const char* logfile_name ) { - const bool print_results = false; - const bool merge_globally = false; - const bool no_assembly_level_features = false; ModelExportOptions CubitCompat_opts = {1, logfile_name ? logfile_name : "" }; return GeometryQueryTool::instance()->export_solid_model(
participants (1)
-
janehu@mcs.anl.gov