derekjgriffith / matlab-modtran-5

Matlab Function Wrapper for MODTRAN 5
25 stars 8 forks source link

Numeric properties read from .tp5 should be set empty if blank as written as blank if empty. #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the wrapper will substitute zero for blank numeric inputs, and when 
tape5 is written, there are always zeros in any fields that were blank in the 
original tape5 that was read.

This change is probably not absolutely necessary, but it will help to keep 
consistently between the tape5 written and original tape5 that was read. There 
may also be some instances in which zero has a different meaning to blank in 
MODTRAN for some or other numeric input.

Original issue reported on code.google.com by derekjgr...@gmail.com on 31 May 2011 at 6:49

GoogleCodeExporter commented 9 years ago
This does not seem to be a practical goal. An effort was made to implement this 
and was frustrated by several problems that have no obvious solutions.

Original comment by derekjgr...@gmail.com on 30 Jun 2011 at 7:54