This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Christiane: Thanks for your response to Randy's question. Could you explain this note a bit, I'm not getting what the problem was: > ncx.c > #ifdef vax -> #ifdef vms > move all #elif vax to beginning -> #ifdef vms > (otherwise generates non-vms code) And here, are you saying the VMS compiler doesn't understand the #if construct? > fortran: > ======== > in *c, *.h, *.inc > change all #if **** -> #ifdef **** Thanks. -glenn