umvarma / pynastran

Automatically exported from code.google.com/p/pynastran
1 stars 0 forks source link

OUG1 table not supported #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I try to parse an OP2 file from a customer, but the method readOP2 stops after 
encountering an OUG1 table.

I resolved the problem locally by 
1) adding 'OUG1, ' to the list tablesToRead (line 190 in file op2.py) 
2) adding the lines
                elif tableName in ['OUG1',]:
                    self.readTable_OUG()
   to the same file (line 598)

Now the reading does not stop, but I do not know if the data is still correct.

Original issue reported on code.google.com by HansDTh...@gmail.com on 23 Dec 2013 at 12:37

GoogleCodeExporter commented 9 years ago
What version of the software are you using?

Original comment by mesheb82 on 23 Dec 2013 at 5:00

GoogleCodeExporter commented 9 years ago
pyNastran_v0.5.0_py2x

Original comment by HansDTh...@gmail.com on 24 Dec 2013 at 6:50

GoogleCodeExporter commented 9 years ago
You implemented the correct solution.  That is a bug in that version of the 
software that does not exist in v0.6.0+.  Also, v0.6.2 will be released soon.

Original comment by mesheb82 on 24 Dec 2013 at 7:01

GoogleCodeExporter commented 9 years ago

Original comment by mesheb82 on 24 Dec 2013 at 7:03

GoogleCodeExporter commented 9 years ago
thank you

Original comment by HansDTh...@gmail.com on 24 Dec 2013 at 7:12