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

luis at geodynamics.org luis at geodynamics.org
Wed Dec 17 02:31:51 PST 2008


Author: luis
Date: 2008-12-17 02:31:50 -0800 (Wed, 17 Dec 2008)
New Revision: 13712

Modified:
   cs/cigma/trunk/src/io_file_reader.cpp
Log:
Misplaced throw

Modified: cs/cigma/trunk/src/io_file_reader.cpp
===================================================================
--- cs/cigma/trunk/src/io_file_reader.cpp	2008-12-17 10:31:49 UTC (rev 13711)
+++ cs/cigma/trunk/src/io_file_reader.cpp	2008-12-17 10:31:50 UTC (rev 13712)
@@ -49,7 +49,6 @@
                 stream << "Could not open VTK file '" << filename << "' for reading" << std::ends;
                 throw cigma::Exception("FileReader::New", stream.str());
             }
-            throw cigma::Exception("FileReader::New", "Need VtkReader");
         }
         else if (is_text_extension(ext.c_str()))
         {



More information about the CIG-COMMITS mailing list