[MOAB-dev] r2304 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Wed Dec 3 12:16:20 CST 2008


Author: kraftche
Date: 2008-12-03 12:16:20 -0600 (Wed, 03 Dec 2008)
New Revision: 2304

Modified:
   MOAB/trunk/WriteGmsh.cpp
   MOAB/trunk/WriteGmsh.hpp
Log:
make qa_list argument to writers const

Modified: MOAB/trunk/WriteGmsh.cpp
===================================================================
--- MOAB/trunk/WriteGmsh.cpp	2008-12-03 18:15:50 UTC (rev 2303)
+++ MOAB/trunk/WriteGmsh.cpp	2008-12-03 18:16:20 UTC (rev 2304)
@@ -56,7 +56,7 @@
                                   const FileOptions& options,
                                   const MBEntityHandle *output_list,
                                   const int num_sets,
-                                  std::vector<std::string>& ,
+                                  const std::vector<std::string>& ,
                                   int )
 {
   MBErrorCode rval;

Modified: MOAB/trunk/WriteGmsh.hpp
===================================================================
--- MOAB/trunk/WriteGmsh.hpp	2008-12-03 18:15:50 UTC (rev 2303)
+++ MOAB/trunk/WriteGmsh.hpp	2008-12-03 18:16:20 UTC (rev 2304)
@@ -56,7 +56,7 @@
                          const FileOptions& opts,
                          const MBEntityHandle *output_list,
                          const int num_sets,
-                         std::vector<std::string>& qa_list,
+                         const std::vector<std::string>& qa_list,
                          int export_dimension);  
 
 private:




More information about the moab-dev mailing list