[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Dynamic functions, pgplot and matwrap
From: |
John W. Eaton |
Subject: |
Dynamic functions, pgplot and matwrap |
Date: |
Mon, 23 Nov 1998 14:37:58 -0600 (CST) |
On 21-Nov-1998, Krzysztof Gozdziewski <address@hidden> wrote:
| The question(s) first: is there a way to use external constans or variables
| in functions loaded dynamically? Specifically I need such objects in rhs
| functions passed to lsode.
You can access global values in dynamically linked functions using
get_global_value and set_global_value. These functions are declared
in variables.h and defined in variables.cc.
jwe