This is an old revision of the document!


libRadtran 1.3: uvspec crashes on 64bit machine if wc_properties mie are used

Solution: Will be fixed in version 1.4. Meanwhile try to replace in tools/cloud.c, line 960:

  out->nreff  = calloc (nlambda, sizeof(int));

by

  out->nreff  = calloc (nlambda, sizeof(size_t));

and recompile uvspec.

 
 
known_bugs.1222197905.txt.gz ยท Last modified: 2008/10/13 17:33 (external edit)
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Drupal Garland Theme for Dokuwiki