I am attempting to link the CFD utilities library and am aware of the required external references to subroutines located in a library for Prompting of user input. For example in the Grid library, the distrib subroutine calls external functions readc, select, and so on. I cannot seem to find the library containing these functions. Any help is appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for letting me know you found it. READER, with its handling of the different data types, is handy for setting defaults and accepting carriage returns. DISTRIBUTE is a program that drives the DISTRIB subroutine you mentioned, and I trust you found that. The build script then tells you which libraries need to be set up first. Good luck.
David Saunders
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am attempting to link the CFD utilities library and am aware of the required external references to subroutines located in a library for Prompting of user input. For example in the Grid library, the distrib subroutine calls external functions readc, select, and so on. I cannot seem to find the library containing these functions. Any help is appreciated.
Nevermind, i found it in the progtools library (reader.f source file).
Thanks for letting me know you found it. READER, with its handling of the different data types, is handy for setting defaults and accepting carriage returns. DISTRIBUTE is a program that drives the DISTRIB subroutine you mentioned, and I trust you found that. The build script then tells you which libraries need to be set up first. Good luck.
David Saunders