Re: [Libmesh-devel] OFFIO for 1D mesh

2012-09-20 Thread Roman Vetter
Great, thank you! Roman Am 9/20/12 4:28 PM, schrieb Roy Stogner: > > Whoops - I thought I recalled seeing someone else get to this; but I > suppose anyone who tried noticed that it didn't patch cleanly on top > of my assert changes and gave up. > > It's in r6065 now. > > Thanks! > --- > Roy -

Re: [Libmesh-devel] OFFIO for 1D mesh

2012-09-20 Thread Roy Stogner
Whoops - I thought I recalled seeing someone else get to this; but I suppose anyone who tried noticed that it didn't patch cleanly on top of my assert changes and gave up. It's in r6065 now. Thanks! --- Roy -- Everyone

Re: [Libmesh-devel] OFFIO for 1D mesh

2012-09-20 Thread Vetter Roman
*bump* Von: Vetter Roman [vette...@ethz.ch] Gesendet: Freitag, 14. September 2012 18:28 An: libmesh-devel@lists.sourceforge.net Betreff: [Libmesh-devel] OFFIO for 1D mesh Hello everybody, I would like to propose the attached small patch for the trunk

[Libmesh-devel] OFFIO for 1D mesh

2012-09-14 Thread Vetter Roman
Hello everybody, I would like to propose the attached small patch for the trunk. It adds support for 1D meshes to the simple OFF mesh reader class, which is currently limited to 2D meshes. Best regards, Roman Index: src/mesh/off_io.C =