[MOAB-dev] r1198 - MOAB/trunk
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Thu Jul 12 09:57:47 CDT 2007
Author: kraftche
Date: 2007-07-12 09:57:46 -0500 (Thu, 12 Jul 2007)
New Revision: 1198
Modified:
MOAB/trunk/MBMatrix3.cpp
Log:
s/vtkMath:Jacobi/MBMatrix3/ in error message
Modified: MOAB/trunk/MBMatrix3.cpp
===================================================================
--- MOAB/trunk/MBMatrix3.cpp 2007-07-12 02:51:51 UTC (rev 1197)
+++ MOAB/trunk/MBMatrix3.cpp 2007-07-12 14:57:46 UTC (rev 1198)
@@ -157,7 +157,7 @@
//// this is NEVER called
if ( i >= MAX_ROTATIONS )
{
- std::cerr << "vtkMath::Jacobi: Error extracting eigenfunctions" << std::endl;
+ std::cerr << "MBMatrix3D: Error extracting eigenfunctions" << std::endl;
return MB_FAILURE;
}
More information about the moab-dev
mailing list