[cig-commits] [commit] master: Remove unused code (a7688d2)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Dec 10 10:00:52 PST 2014


Repository : https://github.com/geodynamics/vq

On branch  : master
Link       : https://github.com/geodynamics/vq/compare/4d339b3a383b69e1552cfeef4ca20868a1377289...d0edc6ddd56f9105f6d2488db4a9f36368529695

>---------------------------------------------------------------

commit a7688d2a14bd4aac9203b6410fa8432c41d2bd40
Author: Eric Heien <emheien at ucdavis.edu>
Date:   Fri Dec 5 16:26:48 2014 -0800

    Remove unused code


>---------------------------------------------------------------

a7688d2a14bd4aac9203b6410fa8432c41d2bd40
 src/io/HDF5Data.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/io/HDF5Data.cpp b/src/io/HDF5Data.cpp
index 0443eb0..f74d770 100644
--- a/src/io/HDF5Data.cpp
+++ b/src/io/HDF5Data.cpp
@@ -316,9 +316,6 @@ void HDF5GreensDataReader::getGreensVals(const int &bid, double *shear_vals, dou
     status = H5Sselect_hyperslab(mem_select, H5S_SELECT_SET, mem_start, NULL, count, NULL);
 
     plist_id = H5Pcreate(H5P_DATASET_XFER);
-#ifdef HDF5_IS_PARALLEL
-    //H5Pset_dxpl_mpio(plist_id, H5FD_MPIO_COLLECTIVE);
-#endif
     status = H5Dread(green_shear_set, H5T_NATIVE_DOUBLE, mem_select, file_select, plist_id, shear_vals);
     status = H5Dread(green_norm_set, H5T_NATIVE_DOUBLE, mem_select, file_select, plist_id, norm_vals);
 



More information about the CIG-COMMITS mailing list