<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>RE: [Paraview] LSDynaReader interfering with my own reader</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&gt; basically there is a bug where the LSDyna is outputting<BR>
&gt; when it shouldn't.<BR>
&gt; Also this kinda sucks because say I am reading lots and lots of<BR>
&gt; files, I have to deal with the overhead of failed read attempts by<BR>
&gt; the LSDynaReader for every file? That seems like a problem to me.<BR>
&gt; Is it possible to add extensions to the LSDyna Files?<BR>
<BR>
No, but as I said in my previous message, I will make sure<BR>
that CanReadFile doesn't print any error messages.<BR>
The proper way to avoid CanReadFile being called on<BR>
a large number of files is to have your reader placed<BR>
at the top of the list of all readers, rather than the<BR>
bottom. That seems like the proper behavior anyway, allowing<BR>
people to override the default set of readers shipped with<BR>
ParaView even where filename extensions conflict.<BR>
<BR>
&nbsp;&nbsp;&nbsp; David</FONT>
</P>

</BODY>
</HTML>