Hello-

In trying to read in a .ele file for the mesh, which should be read in with
the Tetgen reader, I was getting errors regarding the Exodus reader. In
looking through the function void UnstructuredMesh::read, the else if
checking for Exodus files is before the TetGen check and since the one for
Exodus checks for ".e", which will be satisfied for ".ele", it is being
chosen. I believe switching the order of these will fix the problem.

Andrea
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to