c
c Routine directly callable from C/C++ (it could be necessary to
c append an underscore, "_", to its name depending on the C/C++
c compiler used).
c
c
subroutine extinpdirs(rootdir, lrootdir, rootvdir, lrootvdir)
c
c Returning the root directory and the root/version directory
c that correspond to the current AIRES installation.
c
c Written by: S. J. Sciutto, La Plata 2018.
c
c
c Arguments:
c =========
c
c rootdir......... (output, character*(*)) Top AIRES installation
c root dir.
c lrootdir........ (output, integer) Length of string rootdir.
c rootvdir........ (output, character*(*)) Version AIRES
c installation root dir.
c lrootvdir....... (output, integer) Length of string rootvdir.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |