Re: [Libmesh-users] TecplotIO::write_ascii() bug

2007-10-30 Thread Benjamin Kirk
Thanks. The write_ascii() predates the 1D support in libMesh, and was never updated. I'll fix that. -Ben On 10/30/07 11:18 AM, "Ingo Schmidt" <[EMAIL PROTECTED]> wrote: > Dear libmesh community, > > I've detected a bug at the TecplotIO::write_ascii() function. I'm > messing around with "1D"

[Libmesh-users] TecplotIO::write_ascii() bug

2007-10-30 Thread John Peterson
Nice find. I will fix this now. -J Ingo Schmidt writes: > Dear libmesh community, > > I've detected a bug at the TecplotIO::write_ascii() function. I'm > messing around with "1D" boundary meshes. But I had problems to open > such *.plt or *.dat files generated from such meshes (Tecplot ab

[Libmesh-users] TecplotIO::write_ascii() bug

2007-10-30 Thread Ingo Schmidt
Dear libmesh community, I've detected a bug at the TecplotIO::write_ascii() function. I'm messing around with "1D" boundary meshes. But I had problems to open such *.plt or *.dat files generated from such meshes (Tecplot aborts the procedure). So I checked the source code and found that irreproduc