Yea, I finally realized what the problem was. In general its because I was thinking of files as modules, which they are not. So you are right, just making sure the definitions are present is sufficient.
Thanks.
On 5/5/05, Bradley Lucier lucier@math.purdue.edu wrote:
On May 5, 2005, at 1:31 AM, Eric Merritt wrote:
Please forgive my obtuseness, but what if you need to make use of those definitions in more then one file?
Then load or include the file containing the definitions before you load or include the other files that use them.