[cig-commits] r13558 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:14:18 PST 2008


Author: luis
Date: 2008-12-09 18:14:18 -0800 (Tue, 09 Dec 2008)
New Revision: 13558

Modified:
   cs/cigma/trunk/src/cli_compare_cmd.cpp
Log:
Removed comment

Modified: cs/cigma/trunk/src/cli_compare_cmd.cpp
===================================================================
--- cs/cigma/trunk/src/cli_compare_cmd.cpp	2008-12-10 02:14:16 UTC (rev 13557)
+++ cs/cigma/trunk/src/cli_compare_cmd.cpp	2008-12-10 02:14:18 UTC (rev 13558)
@@ -115,15 +115,6 @@
         }
     }
 
-    /*
-    op.first_name = first;
-    op.second_name = second;
-
-    op.domain_info.mesh_info.p_mesh = DataPath(mesh);
-    op.domain_info.p_field = (op.domain_info.mesh_info).get_nc_path();
-    op.domain_info.fe_info.q_info.cell_type_name = cell;
-    */
-
     op.first_info.fn_name = first;
     op.first_info.field_info.p_field = DataPath(first);
     op.first_info.field_info.mesh_info.p_mesh = DataPath(mesh1);



More information about the CIG-COMMITS mailing list