]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshReader.cxx
Some minor warnings on windows removed.
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshReader.cxx
index 943d3ac6badb87b07d77833a75dc30ac72274212..040f8aef0adc3cd4ca6dda27db1276dffa609a95 100644 (file)
@@ -90,7 +90,7 @@ _GD1( )
   }
   else if( ext == "obj" )
   {
-    // TODO
+    return( "cpPlugins::IO::MeshReader: OBJ reader not ready yet." );
   }
   else if( ext == "vtk" )
   {
@@ -101,8 +101,9 @@ _GD1( )
     auto out = this->GetOutputData< cpPlugins::Interface::Mesh >( "Output" );
     out->SetVTK( pdr->GetOutput( ) );
     return( "" );
-
-  } // fi
+  }
+  else
+    return( "cpPlugins::IO::MeshReader: Input file format not recognized." );
 }
 
 // eof - $RCSfile$