|
From: Ethan M. <merritt@u.washington.edu> - 2005-02-15 21:03:50
|
On Tuesday 15 February 2005 12:37 pm, Ethan Merritt wrote: > > After doing a "save", I can no longer do a "load" from the > loadpath directory. Loads from the current directory still work. Tracked it down partially, but I don't know the proper fix: in variable.c line 157, the loadpath_handler sets limit = envptr After that, the loadpath code will never again look at the part of the loadpath that came from the environment. This is not a part of the code I have ever looked at before, so I am uncertain what the intended flow of control is. -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |