meteoinfo / MeteoInfoMap_CSharp

MeteoInfo desktop application - C# version

Home Page:http://www.meteothink.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GrADS Maskout File null path exception

nvirus opened this issue · comments

GrADS Maskout File

  • GrADSDataInfo - Path cannot be null Exception.
    File FrmOutputMapData add the following to line 513 to correct it:
    aDataInfo.FileName = aFile;

Thanks for you bug report and fix sollution. I have update the code following your report.