Next: evaluator_derivative, Previous: evaluator_get_variables_length, Up: Fortran main entry points [Contents][Index]
evaluator_get_variables_charssubroutine evaluator_get_variables_chars (evaluator) integer*8 :: evaluator character(len=*) :: string end subroutine evaluator_get_variables_chars
Write names of all variables appearing in evaluator object pointed by
evaluator into given string (separated by a blank character).
In order to declare string of appropriate length to be passed to this
function, evaluator_get_variables_length function should
be utilized.
None.