Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!ncar!cgdisis.cgd.ucar.edu!gary From: gary@cgdisis.cgd.ucar.edu (Gary Strand) Newsgroups: comp.lang.fortran Subject: Re: global data Message-ID: <9766@ncar.ucar.edu> Date: 4 Jan 91 03:33:46 GMT References: <1991Jan4.022750.24875@ariel.unm.edu> Sender: news@ncar.ucar.edu Organization: Climate and Global Dynamics Division/NCAR, Boulder, CO Lines: 15 > Tom Scavo > Does anyone know how to make these PARAMETERs global so that subprograms > have instant access to them, thereby obviating the need for all those > arguments? Common doesn't seem to work on PARAMETERs. Well, without knowing if your FORTRAN has this extension, try using "include" files, just like in C. That way, you only have to change them in one file, and 'make' will recompile all the programs that use it (ie, the include file). -- Gary Strand There is only one success -- to be able Internet: strandwg@ncar.ucar.edu to spend your life in your own way. Voicenet: (303) 497-1336 - Christopher Morley