Changes between Version 17 and Version 18 of doc/app/ncl
- Timestamp:
- Sep 15, 2010 9:12:04 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncl
v17 v18 55 55 }}} 56 56 ==== 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 rightdata type (e.g.: integer = 2; float = 2.0; double = 2.0d; string = “name” ).57 If 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” ).