[cig-commits] r13846 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Mon Jan 12 14:10:16 PST 2009


Author: luis
Date: 2009-01-12 14:10:15 -0800 (Mon, 12 Jan 2009)
New Revision: 13846

Modified:
   cs/cigma/trunk/src/Quadrature.cpp
Log:
Fixed typo in Quadrature::check_points()

Modified: cs/cigma/trunk/src/Quadrature.cpp
===================================================================
--- cs/cigma/trunk/src/Quadrature.cpp	2009-01-12 22:10:15 UTC (rev 13845)
+++ cs/cigma/trunk/src/Quadrature.cpp	2009-01-12 22:10:15 UTC (rev 13846)
@@ -370,7 +370,7 @@
     if (!points_in_cell())
     {
         std::ostringstream stream;
-        stream << "Quadrature points not combatible with cell '"
+        stream << "Quadrature points not compatible with cell '"
                << Cell::type2string(cell_type) << "'"
                << std::ends;
         throw cigma::Exception("Quadrature::check_points", stream.str());



More information about the CIG-COMMITS mailing list