atwhaley / cfast

Automatically exported from code.google.com/p/cfast
0 stars 2 forks source link

Opening ill-formatted thermal properties files causes crash #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Opening an alternate thermal properties files that is not a correctly-formatted 
file (for example, choose a .in file instead) and the program will crash trying 
to add the bad thermal properties.

Need some check for correct file before processing.  Crash occurs when the bad 
items are added to the various pull-down lists.

Perhaps we should just revert to the default TPF if an erroneous file is found.

Original issue reported on code.google.com by cfastdev@gmail.com on 30 Dec 2011 at 2:48

GoogleCodeExporter commented 9 years ago
Resolved in r404 since we no longer have a thermal property file and all 
thermal properties are contained within the input file.

Original comment by cfastdev@gmail.com on 11 May 2012 at 6:52