coolfluid / coolfluid3

COOLFluiD is a collaborative simulation environment focused on complex multi-physics simulations
http://coolfluid.github.com
76 stars 77 forks source link

Neutral file reader should not add title of the file. #200

Closed tbanyai closed 12 years ago

tbanyai commented 12 years ago

When reading a mesh from neutral format, the title of the file (second line in file) gets added into the tree of the mesh. This is typically astring of default_id.xxxx if one generates the mesh by gambit: ...MESH.../default_id.xxxx/inlet ...MESH.../default_id.xxxx/outlet ...MESH.../default_id.xxxx/wall ...

This is inconsistent behaviour with the other readers, hence would be nice to exclude the title when reading the mesh.

wdeconinck commented 12 years ago

You are absolutely right. I have been meaning to change this, but haven't found the time yet. I assigned myself to remind me.

tbanyai commented 12 years ago

okay

tbanyai commented 12 years ago

i just realized this is issue #200, a round number :)

wdeconinck commented 12 years ago

Done!