[cig-commits] [commit] master: Comment out assert until fixed later (ed22185)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Oct 8 17:06:47 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/vc/compare/23464fca3efa2b6ad7ee0ce8f60c225b18b49741...e4325192ad1118379f46ba66899cb98143d09e04

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

commit ed22185920cdfd1d18322401958ea68c860cbae9
Author: Eric Heien <emheien at ucdavis.edu>
Date:   Wed Oct 8 16:50:49 2014 -0700

    Comment out assert until fixed later


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

ed22185920cdfd1d18322401958ea68c860cbae9
 src/simulation/RunEvent.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/simulation/RunEvent.cpp b/src/simulation/RunEvent.cpp
index 6c82737..e05751d 100644
--- a/src/simulation/RunEvent.cpp
+++ b/src/simulation/RunEvent.cpp
@@ -495,7 +495,8 @@ SimRequest RunEvent::run(SimFramework *_sim) {
     }
 
     // TODO: reinstate this check
-    assertThrow(sim->getCurrentEvent().size() > 0, "There was a trigger but no failed blocks.");
+    // TODO: currently fails because processors may locally have no failures
+    //assertThrow(sim->getCurrentEvent().size() > 0, "There was a trigger but no failed blocks.");
 
     return SIM_STOP_OK;
 }



More information about the CIG-COMMITS mailing list