Changes between Version 17 and Version 18 of doc/app/ncl


Ignore:
Timestamp:
Sep 15, 2010 9:12:04 AM (15 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/ncl

    v17 v18  
    5555}}}
    5656==== Script crash ====
    57 If one of the scripts aborts and there is no comment, check the configuration file {{{.ncl.config}}} - the scripts should not abort with the default values. Be sure to use the right data type (e.g.: integer = 2; float = 2.0; double = 2.0d; string = “name” ).
     57If one of the scripts aborts and there is no comment, check your personal configuration file {{{.ncl.config}}} - the scripts should not abort with the default values. Be sure to use the right NCL data type (e.g.: integer = 2; float = 2.0; double = 2.0d; string = “name” ).