[cig-commits] [commit] master: Bug fix (8b81068)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Dec 3 13:34:18 PST 2014


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

On branch  : master
Link       : https://github.com/geodynamics/vq/compare/c935dfd33f870a081b6c01cce97a060ad1cbdbda...3bf1fe6fd51ead102c33b5344b7ff6413e8b2ed0

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

commit 8b810685a27ef74cc90e40cd544cca74c52355ba
Author: Eric Heien <emheien at ucdavis.edu>
Date:   Wed Dec 3 13:33:38 2014 -0800

    Bug fix


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

8b810685a27ef74cc90e40cd544cca74c52355ba
 src/io/EventOutput.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/io/EventOutput.cpp b/src/io/EventOutput.cpp
index 1a13174..19970d5 100644
--- a/src/io/EventOutput.cpp
+++ b/src/io/EventOutput.cpp
@@ -147,6 +147,7 @@ SimRequest EventOutput::run(SimFramework *_sim) {
         if (sim->getEventOutfileType() == "hdf5") {
 #ifdef HDF5_FOUND
             sim->getCurrentEvent().append_event_hdf5(data_file);
+            sim->getCurrentEvent().getSweeps().append_sweeps_hdf5(data_file);
 #endif
         } else if (sim->getEventOutfileType() == "text") {
             // Write the event details



More information about the CIG-COMMITS mailing list