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

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


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

Modified:
   cs/cigma/trunk/src/io_vtk_reader.cpp
   cs/cigma/trunk/src/vtk-residuals.cpp
Log:
Add io_exo_reader.h header to vtk-residuals.cpp

Modified: cs/cigma/trunk/src/io_vtk_reader.cpp
===================================================================
--- cs/cigma/trunk/src/io_vtk_reader.cpp	2009-01-12 22:10:07 UTC (rev 13839)
+++ cs/cigma/trunk/src/io_vtk_reader.cpp	2009-01-12 22:10:09 UTC (rev 13840)
@@ -454,7 +454,9 @@
 
 int vtk_print_contents(const char *filename)
 {
-    throw cigma::Exception("vtk_print_contents", "Error: Cigma not configured with VTK library", 1);
+    throw cigma::Exception("vtk_print_contents",
+                           "Error: Cannot list VTK file. "
+                           "Cigma not configured with VTK library", 1);
     return -1;
 }
 

Modified: cs/cigma/trunk/src/vtk-residuals.cpp
===================================================================
--- cs/cigma/trunk/src/vtk-residuals.cpp	2009-01-12 22:10:07 UTC (rev 13839)
+++ cs/cigma/trunk/src/vtk-residuals.cpp	2009-01-12 22:10:09 UTC (rev 13840)
@@ -16,6 +16,7 @@
 #include "core_writers.h"
 #include "core_readers.h"
 #include "io_hdf5_reader.h"
+#include "io_exo_reader.h"
 #include "io_vtk_writer.h"
 
 using namespace std;



More information about the CIG-COMMITS mailing list