[cgma-dev] r3552 - cgm/trunk/geom/parallel

hongjun at mcs.anl.gov hongjun at mcs.anl.gov
Fri Feb 19 12:22:53 CST 2010


Author: hongjun
Date: 2010-02-19 12:22:52 -0600 (Fri, 19 Feb 2010)
New Revision: 3552

Modified:
   cgm/trunk/geom/parallel/ParallelGeomTool.hpp
Log:
o ParallelGeomTool.hpp is omitted from the previous commit.
o FileOptions name is changed to CGMFileOptions


Modified: cgm/trunk/geom/parallel/ParallelGeomTool.hpp
===================================================================
--- cgm/trunk/geom/parallel/ParallelGeomTool.hpp	2010-02-18 23:22:41 UTC (rev 3551)
+++ cgm/trunk/geom/parallel/ParallelGeomTool.hpp	2010-02-19 18:22:52 UTC (rev 3552)
@@ -4,7 +4,7 @@
 #include <vector>
 #include "CubitDefines.h"
 #include "CGMParallelComm.hpp"
-#include "FileOptions.hpp"
+#include "CGMFileOptions.hpp"
 
 class ParallelGeomTool 
 {
@@ -28,7 +28,7 @@
                         std::vector<int> &partition_tag_vals, 
                         bool distrib,
                         std::vector<int> &pa_vec,
-                        const FileOptions &opts,
+                        const CGMFileOptions &opts,
                         const char* set_tag_name,
                         const int* set_tag_values,
                         const int num_set_tag_values,



More information about the cgma-dev mailing list