[MOAB-dev] r2649 - MOAB/trunk/tools/dagmc

janehu at mcs.anl.gov janehu at mcs.anl.gov
Thu Feb 19 13:39:22 CST 2009


Author: janehu
Date: 2009-02-19 13:39:22 -0600 (Thu, 19 Feb 2009)
New Revision: 2649

Modified:
   MOAB/trunk/tools/dagmc/main.cc
Log:
Not intended to change this file.

Modified: MOAB/trunk/tools/dagmc/main.cc
===================================================================
--- MOAB/trunk/tools/dagmc/main.cc	2009-02-19 19:36:00 UTC (rev 2648)
+++ MOAB/trunk/tools/dagmc/main.cc	2009-02-19 19:39:22 UTC (rev 2649)
@@ -4,9 +4,6 @@
 #include "MBCore.hpp"
 #include "cgm2moab.hpp"
 #include "cubfile.h"
-#include "Tqdcfr.hpp"
-#include "FileOptions.hpp"
-#include "ReadNCDF.hpp"
 
 #define GF_CUBIT_FILE_TYPE    "CUBIT"
 #define GF_STEP_FILE_TYPE     "STEP"
@@ -161,18 +158,6 @@
       exit(2);
     }
     
-    MBCore *my_impl = new MBCore();
-    Tqdcfr *my_tqd = new Tqdcfr(my_impl);
-    ReadNCDF my_ex_reader(my_impl);
-    MBEntityHandle file_set;
-    FileOptions opts(NULL);
-
-    MBErrorCode result = my_tqd->load_file(input_name, file_set, opts, 0, 0);
-
-    //opts = "tdata=coord, 100, sum, temp.exo";
-    opts = "tdata=coord, 100, set, temp.exo";
-    result =  my_ex_reader.load_file("pin_only05m_idmps-out.e", file_set, opts, 0 , 0);
-
     int rval = cub_file_type( cub_file, tmp_file, CUB_FILE_ACIS );
     fclose( cub_file );
     fclose( tmp_file );



More information about the moab-dev mailing list