[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NetCDF under VMS...
- Subject: Re: NetCDF under VMS...
- Date: Fri, 19 Feb 1999 12:00:17 -0700
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