[cig-commits] [commit] knepley/upgrade-petsc-interface: Fixed typo in error message. (7dc94c6)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 7 14:51:58 PST 2013


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/02d6f9c2f3202b524bc8b2d8c32ec207f35f3893...44dc34616c3c0f702805372f2b51e8aa7a0ccbcc

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

commit 7dc94c612fd88f0c67ff8bfb859d0f93f24fc310
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Nov 7 14:52:55 2013 -0800

    Fixed typo in error message.


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

7dc94c612fd88f0c67ff8bfb859d0f93f24fc310
 libsrc/pylith/faults/FaultCohesiveLagrange.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libsrc/pylith/faults/FaultCohesiveLagrange.cc b/libsrc/pylith/faults/FaultCohesiveLagrange.cc
index fd86b97..1c1c36f 100644
--- a/libsrc/pylith/faults/FaultCohesiveLagrange.cc
+++ b/libsrc/pylith/faults/FaultCohesiveLagrange.cc
@@ -915,7 +915,7 @@ pylith::faults::FaultCohesiveLagrange::verifyConfiguration(const topology::Mesh&
     PetscErrorCode err = DMPlexHasLabel(dmMesh, edge(), &hasLabel);PYLITH_CHECK_ERROR(err);
     if (!hasLabel) {
       std::ostringstream msg;
-      msg << "Mesh missing group of vertices '" << edge() << " defining buried edges of fault.";
+      msg << "Mesh missing group of vertices '" << edge() << "' defining buried edges of fault.";
       throw std::runtime_error(msg.str());
     } // if  
   } // if



More information about the CIG-COMMITS mailing list