| 1 | initial version |
Hi there, I am writing a user written model in Fortran and want to use one of the API routines in the model (specifically, MDLIND). When I include the following code:
CALL MDLIND(I, IB, 'EXC', 'STATE', IVAL, IERR)
I am unable to compile the code because of an unresolved external symbol. However I do not know where the API routines are defined and what file to include. Can anyone help?
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.